Method | Description | |
---|---|---|
CloseDevice ( ) : void | ||
CreateReport ( ) : |
||
Dispose ( ) : void | ||
OpenDevice ( ) : void | ||
OpenDevice ( DeviceMode readMode, DeviceMode writeMode ) : void | ||
Read ( ) : HidDeviceData | ||
Read ( int timeout ) : HidDeviceData | ||
Read ( ReadCallback callback ) : void | ||
ReadReport ( ) : HidReport | ||
ReadReport ( int timeout ) : HidReport | ||
ReadReport ( ReadReportCallback callback ) : void | ||
ToString ( ) : string | ||
Write ( byte data ) : bool | ||
Write ( byte data, int timeout ) : bool | ||
Write ( byte data, WriteCallback callback ) : void | ||
WriteFeatureData ( byte data ) : bool | ||
WriteReport ( HidReport report ) : bool | ||
WriteReport ( HidReport report, int timeout ) : bool | ||
WriteReport ( HidReport report, WriteCallback callback ) : void |
Method | Description | |
---|---|---|
CloseDeviceIO ( |
||
CreateBuffer ( int length ) : byte[] | ||
CreateFeatureOutputBuffer ( ) : byte[] | ||
CreateInputBuffer ( ) : byte[] | ||
CreateOutputBuffer ( ) : byte[] | ||
DeviceEventMonitorInserted ( ) : void | ||
DeviceEventMonitorRemoved ( ) : void | ||
EndRead ( IAsyncResult ar ) : void | ||
EndReadReport ( IAsyncResult ar ) : void | ||
EndWrite ( IAsyncResult ar ) : void | ||
EndWriteReport ( IAsyncResult ar ) : void | ||
GetDeviceAttributes ( IntPtr hidHandle ) : HidDeviceAttributes | ||
GetDeviceCapabilities ( IntPtr hidHandle ) : HidDeviceCapabilities | ||
HidDevice ( string devicePath, string description = null ) : System | ||
OpenDeviceIO ( string devicePath, DeviceMode deviceMode, uint deviceAccess ) : IntPtr | ||
OpenDeviceIO ( string devicePath, uint deviceAccess ) : IntPtr | ||
ReadData ( int timeout ) : HidDeviceData | ||
WriteData ( byte data, int timeout ) : bool |
public OpenDevice ( DeviceMode readMode, DeviceMode writeMode ) : void | ||
readMode | DeviceMode | |
writeMode | DeviceMode | |
return | void |
public ReadReport ( int timeout ) : HidReport | ||
timeout | int | |
return | HidReport |
public ReadReport ( ReadReportCallback callback ) : void | ||
callback | ReadReportCallback | |
return | void |
public Write ( byte data, int timeout ) : bool | ||
data | byte | |
timeout | int | |
return | bool |
public Write ( byte data, WriteCallback callback ) : void | ||
data | byte | |
callback | WriteCallback | |
return | void |
public WriteReport ( HidReport report ) : bool | ||
report | HidReport | |
return | bool |
public WriteReport ( HidReport report, int timeout ) : bool | ||
report | HidReport | |
timeout | int | |
return | bool |
public WriteReport ( HidReport report, WriteCallback callback ) : void | ||
report | HidReport | |
callback | WriteCallback | |
return | void |