C# Class LazyCopy.DriverClient.DriverCommand

The IDriverCommand implementation for the LazyCopy driver.
Inheritance: IDriverCommand
Afficher le fichier Open project: aleksk/LazyCopy

Méthodes publiques

Méthode 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 méthode

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

DriverCommand() public méthode

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