Method | Description | |
---|---|---|
DriverCommand ( DriverCommandType type ) : System |
Initializes a new instance of the DriverCommand class.
|
|
DriverCommand ( DriverCommandType type, byte data ) : System |
Initializes a new instance of the DriverCommand class.
|
public DriverCommand ( DriverCommandType type ) : System | ||
type | DriverCommandType | Command type. |
return | System |
public DriverCommand ( DriverCommandType type, byte data ) : System | ||
type | DriverCommandType | Command type. |
data | byte | Command data. |
return | System |