C# 클래스 C2.Flash.Response

파일 보기 프로젝트 열기: x893/C2.Flash 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Complete bool
Length int
Raw byte[]
Result ResponseCode
WaitEvent System.Threading.AutoResetEvent

공개 메소드들

메소드 설명
Response ( int length ) : System

메소드 상세

Response() 공개 메소드

public Response ( int length ) : System
length int
리턴 System

프로퍼티 상세

Complete 공개적으로 프로퍼티

public bool Complete
리턴 bool

Length 공개적으로 프로퍼티

public int Length
리턴 int

Raw 공개적으로 프로퍼티

public byte[] Raw
리턴 byte[]

Result 공개적으로 프로퍼티

public ResponseCode Result
리턴 ResponseCode

WaitEvent 공개적으로 프로퍼티

public AutoResetEvent,System.Threading WaitEvent
리턴 System.Threading.AutoResetEvent