Method | Description | |
---|---|---|
CloseDevice ( ) : void | ||
CreateReport ( ) : HidLibrary.HidReport | ||
Dispose ( ) : void | ||
OpenDevice ( ) : void | ||
OpenDevice ( DeviceMode readMode, DeviceMode writeMode, ShareMode shareMode ) : void | ||
Read ( ) : |
||
Read ( int timeout ) : |
||
Read ( ReadCallback callback ) : void | ||
Read ( ReadCallback callback, int timeout ) : void | ||
ReadAsync ( int timeout ) : Task |
||
ReadFeatureData ( byte &data, byte reportId ) : bool | ||
ReadManufacturer ( byte &data ) : bool | ||
ReadProduct ( byte &data ) : bool | ||
ReadReport ( ) : HidLibrary.HidReport | ||
ReadReport ( int timeout ) : HidLibrary.HidReport | ||
ReadReport ( ReadReportCallback callback ) : void | ||
ReadReport ( ReadReportCallback callback, int timeout ) : void | ||
ReadReportAsync ( int timeout ) : Task |
||
ReadSerialNumber ( byte &data ) : bool | ||
ToString ( ) : string | ||
Write ( byte data ) : bool | ||
Write ( byte data, int timeout ) : bool | ||
Write ( byte data, WriteCallback callback ) : void | ||
Write ( byte data, WriteCallback callback, int timeout ) : void | ||
WriteAsync ( byte data, int timeout ) : Task |
||
WriteFeatureData ( byte data ) : bool | ||
WriteReport ( HidLibrary.HidReport report ) : bool | ||
WriteReport ( HidLibrary.HidReport report, int timeout ) : bool | ||
WriteReport ( HidLibrary.HidReport report, WriteCallback callback ) : void | ||
WriteReport ( HidLibrary.HidReport report, WriteCallback callback, int timeout ) : void | ||
WriteReportAsync ( HidLibrary.HidReport report, int timeout ) : Task |
Method | Description | |
---|---|---|
EndRead ( IAsyncResult ar ) : void | ||
EndReadReport ( IAsyncResult ar ) : void | ||
ReadData ( int timeout ) : |
Method | Description | |
---|---|---|
CloseDeviceIO ( |
||
CreateBuffer ( int length ) : byte[] | ||
CreateFeatureOutputBuffer ( ) : byte[] | ||
CreateInputBuffer ( ) : byte[] | ||
CreateOutputBuffer ( ) : byte[] | ||
DeviceEventMonitorInserted ( ) : void | ||
DeviceEventMonitorRemoved ( ) : void | ||
EndWrite ( IAsyncResult ar ) : void | ||
EndWriteReport ( IAsyncResult ar ) : void | ||
GetDeviceAttributes ( |
||
GetDeviceCapabilities ( |
||
HidDevice ( string devicePath, string description = null ) : System | ||
OpenDeviceIO ( string devicePath, DeviceMode deviceMode, uint deviceAccess, ShareMode shareMode ) : |
||
OpenDeviceIO ( string devicePath, uint deviceAccess ) : |
||
WriteData ( byte data, int timeout ) : bool |
public CreateReport ( ) : HidLibrary.HidReport | ||
return | HidLibrary.HidReport |
protected static EndRead ( IAsyncResult ar ) : void | ||
ar | IAsyncResult | |
return | void |
protected static EndReadReport ( IAsyncResult ar ) : void | ||
ar | IAsyncResult | |
return | void |
public OpenDevice ( DeviceMode readMode, DeviceMode writeMode, ShareMode shareMode ) : void | ||
readMode | DeviceMode | |
writeMode | DeviceMode | |
shareMode | ShareMode | |
return | void |
public Read ( ReadCallback callback, int timeout ) : void | ||
callback | ReadCallback | |
timeout | int | |
return | void |
protected ReadData ( int timeout ) : |
||
timeout | int | |
return |
public ReadFeatureData ( byte &data, byte reportId ) : bool | ||
data | byte | |
reportId | byte | |
return | bool |
public ReadManufacturer ( byte &data ) : bool | ||
data | byte | |
return | bool |
public ReadReport ( int timeout ) : HidLibrary.HidReport | ||
timeout | int | |
return | HidLibrary.HidReport |
public ReadReport ( ReadReportCallback callback ) : void | ||
callback | ReadReportCallback | |
return | void |
public ReadReport ( ReadReportCallback callback, int timeout ) : void | ||
callback | ReadReportCallback | |
timeout | int | |
return | void |
public ReadReportAsync ( int timeout ) : Task |
||
timeout | int | |
return | Task |
public ReadSerialNumber ( byte &data ) : bool | ||
data | byte | |
return | bool |
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 Write ( byte data, WriteCallback callback, int timeout ) : void | ||
data | byte | |
callback | WriteCallback | |
timeout | int | |
return | void |
public WriteAsync ( byte data, int timeout ) : Task |
||
data | byte | |
timeout | int | |
return | Task |
public WriteReport ( HidLibrary.HidReport report ) : bool | ||
report | HidLibrary.HidReport | |
return | bool |
public WriteReport ( HidLibrary.HidReport report, int timeout ) : bool | ||
report | HidLibrary.HidReport | |
timeout | int | |
return | bool |
public WriteReport ( HidLibrary.HidReport report, WriteCallback callback ) : void | ||
report | HidLibrary.HidReport | |
callback | WriteCallback | |
return | void |
public WriteReport ( HidLibrary.HidReport report, WriteCallback callback, int timeout ) : void | ||
report | HidLibrary.HidReport | |
callback | WriteCallback | |
timeout | int | |
return | void |
public WriteReportAsync ( HidLibrary.HidReport report, int timeout ) : Task |
||
report | HidLibrary.HidReport | |
timeout | int | |
return | Task |