C# 클래스 LazyCopy.DriverClient.DriverCommand

The IDriverCommand implementation for the LazyCopy driver.
상속: IDriverCommand
파일 보기 프로젝트 열기: aleksk/LazyCopy

공개 메소드들

메소드 설명
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.

메소드 상세

DriverCommand() 공개 메소드

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

DriverCommand() 공개 메소드

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