Class PartialCommand
public class PartialCommand : BaseDataStructure, DataStructure, ICloneable
- Inheritance
-
PartialCommand
- Implements
- Derived
- Inherited Members
Constructors
PartialCommand()
public PartialCommand()
Fields
ID_PARTIALCOMMAND
public const byte ID_PARTIALCOMMAND = 60
Field Value
Properties
CommandId
public int CommandId { get; set; }
Property Value
Data
public byte[] Data { get; set; }
Property Value
- byte[]
Methods
GetDataStructureType()
public override byte GetDataStructureType()
Returns
ToString()
public override string ToString()