C# Class HidSharp.LibusbHidStream

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

Méthodes publiques

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

Private Methods

Méthode Description
HandleFree ( ) : void
Init ( HidDevice hidDevice, UsbRegistry registry ) : void
OpenDevice ( UsbRegistry registry ) : void

Method Details

Close() public méthode

public Close ( ) : void
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

LibusbHidStream() public méthode

public LibusbHidStream ( ) : System
Résultat System

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