Method | Description | |
---|---|---|
CheckCommand ( byte command, byte low, byte high ) : bool |
Indicate whether the command byte is in an interval.
|
|
Command ( byte command, byte low, byte high ) : System |
Initializes a new instance of the Command class.
|
protected CheckCommand ( byte command, byte low, byte high ) : bool | ||
command | byte | The command byte. |
low | byte | Low value of the interval. |
high | byte | High value of the interval. |
return | bool |
protected Command ( byte command, byte low, byte high ) : System | ||
command | byte | The command byte. |
low | byte | Low value of the command byte interval. |
high | byte | High value of the command byte interval. |
return | System |