C# Class Aegis.IO.IOEventResult

Afficher le fichier Open project: SyncZone/AegisFramework Class Usage Examples

Méthodes publiques

Свойство Type Description
Buffer byte[]
EventType IOEventType
Result int
Sender object

Méthodes publiques

Méthode Description
IOEventResult ( object sender, IOEventType type, byte buffer, int result ) : System
IOEventResult ( object sender, IOEventType type, byte buffer, int startIndex, int length, int result ) : System
IOEventResult ( object sender, IOEventType type, int result ) : System

Method Details

IOEventResult() public méthode

public IOEventResult ( object sender, IOEventType type, byte buffer, int result ) : System
sender object
type IOEventType
buffer byte
result int
Résultat System

IOEventResult() public méthode

public IOEventResult ( object sender, IOEventType type, byte buffer, int startIndex, int length, int result ) : System
sender object
type IOEventType
buffer byte
startIndex int
length int
result int
Résultat System

IOEventResult() public méthode

public IOEventResult ( object sender, IOEventType type, int result ) : System
sender object
type IOEventType
result int
Résultat System

Property Details

Buffer public_oe property

public byte[] Buffer
Résultat byte[]

EventType public_oe property

public IOEventType EventType
Résultat IOEventType

Result public_oe property

public int Result
Résultat int

Sender public_oe property

public object Sender
Résultat object