C# Class LazyCopy.DriverClient.DriverCommand

The IDriverCommand implementation for the LazyCopy driver.
Inheritance: IDriverCommand
Show file Open project: aleksk/LazyCopy

Public Methods

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.

Method Details

DriverCommand() public method

Initializes a new instance of the DriverCommand class.
public DriverCommand ( DriverCommandType type ) : System
type DriverCommandType Command type.
return System

DriverCommand() public method

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