C# Class C2.Flash.Response

Show file Open project: x893/C2.Flash Class Usage Examples

Public Properties

Property Type Description
Complete bool
Length int
Raw byte[]
Result ResponseCode
WaitEvent System.Threading.AutoResetEvent

Public Methods

Method Description
Response ( int length ) : System

Method Details

Response() public method

public Response ( int length ) : System
length int
return System

Property Details

Complete public property

public bool Complete
return bool

Length public property

public int Length
return int

Raw public property

public byte[] Raw
return byte[]

Result public property

public ResponseCode Result
return ResponseCode

WaitEvent public property

public AutoResetEvent,System.Threading WaitEvent
return System.Threading.AutoResetEvent