Property | Type | Description | |
---|---|---|---|
Command | byte | ||
highValue | byte[] | ||
lowValue | byte[] |
Method | Description | |
---|---|---|
Parse ( |
Parse from a stream.
|
|
RangeCommand ( uint Length ) : System |
Initializes a new instance of the RangeCommand structure.
|
public Parse ( |
||
stream | A stream contains RangeCommand. | |
return | void |
public RangeCommand ( uint Length ) : System | ||
Length | uint | The length of the LowValue and hignValue. |
return | System |