C# Class HidSharp.Platform.Linux.LinuxHidStream

Inheritance: HidStream
Afficher le fichier Open project: arvydas/BlinkStickDotNet Class Usage Examples

Méthodes publiques

Méthode Description
GetFeature ( byte buffer, int offset, int count ) : void
Read ( byte buffer, int offset, int count ) : int
SetFeature ( byte buffer, int offset, int count ) : void
Write ( byte buffer, int offset, int count ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
DeviceHandleFromPath ( string path ) : int
HandleFree ( ) : void
Init ( string path, LinuxHidDevice device ) : void
LinuxHidStream ( ) : System
ReadThread ( ) : void
WriteThread ( ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetFeature() public méthode

public GetFeature ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Résultat void

Read() public méthode

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Résultat int

SetFeature() public méthode

public SetFeature ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Résultat void

Write() public méthode

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Résultat void