Class GetSoftwareLockCommand
- Namespace
- Z21.Core.Command.SystemState
- Assembly
- Z21.Client.dll
Read the software feature scope of the Z21 (and z21 or z21start of course).
public class GetSoftwareLockCommand : IZ21Command
- Inheritance
-
GetSoftwareLockCommand
- Implements
- Inherited Members
Remarks
This command is of particular interest for the hardware variant "z21 start", in order to be able to check whether driving and switching via LAN is blocked or permitted.
Constructors
GetSoftwareLockCommand(IZ21FrameBuilder)
public GetSoftwareLockCommand(IZ21FrameBuilder frameBuilder)
Parameters
frameBuilderIZ21FrameBuilder
Properties
Data
public byte[] Data { get; }
Property Value
- byte[]
Name
Human-readable command according to the specification.
public string Name { get; }