C# Class HidSharp.LibusbHidStream

Inheritance: HidStream
ファイルを表示 Open project: arvydas/BlinkStickDotNet Class Usage Examples

Public Methods

Method 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

Method Description
HandleFree ( ) : void
Init ( HidDevice hidDevice, UsbRegistry registry ) : void
OpenDevice ( UsbRegistry registry ) : void

Method Details

Close() public method

public Close ( ) : void
return void

GetFeature() public method

public GetFeature ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
return void

LibusbHidStream() public method

public LibusbHidStream ( ) : System
return System

Read() public method

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
return int

SetFeature() public method

public SetFeature ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
return void

Write() public method

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
return void