C# Class C2.Flash.Response

Afficher le fichier Open project: x893/C2.Flash Class Usage Examples

Méthodes publiques

Свойство Type Description
Complete bool
Length int
Raw byte[]
Result ResponseCode
WaitEvent System.Threading.AutoResetEvent

Méthodes publiques

Méthode Description
Response ( int length ) : System

Method Details

Response() public méthode

public Response ( int length ) : System
length int
Résultat System

Property Details

Complete public_oe property

public bool Complete
Résultat bool

Length public_oe property

public int Length
Résultat int

Raw public_oe property

public byte[] Raw
Résultat byte[]

Result public_oe property

public ResponseCode Result
Résultat ResponseCode

WaitEvent public_oe property

public AutoResetEvent,System.Threading WaitEvent
Résultat System.Threading.AutoResetEvent