C# Class HidSharp.Platform.Linux.LinuxHidStream

Inheritance: HidStream
Show file Open project: arvydas/BlinkStickDotNet Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

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

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetFeature() public method

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

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