Class GetVersionCommand
- Namespace
- Z21.Core.Command.SystemState
- Assembly
- Z21.Client.dll
The X-Bus version of the Z21 can be read out with the following command.
public class GetVersionCommand : IZ21Command
- Inheritance
-
GetVersionCommand
- Implements
- Inherited Members
Constructors
GetVersionCommand(IZ21FrameBuilder)
public GetVersionCommand(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; }