C# 클래스 GraphicCommand, NewTOAPIA

파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
fCommand int
fData byte[]

공개 메소드들

메소드 설명
GraphicCommand ( int aCommand, byte data ) : System

메소드 상세

GraphicCommand() 공개 메소드

public GraphicCommand ( int aCommand, byte data ) : System
aCommand int
data byte
리턴 System

프로퍼티 상세

fCommand 공개적으로 프로퍼티

public int fCommand
리턴 int

fData 공개적으로 프로퍼티

public byte[] fData
리턴 byte[]