C# Class TOAPI.HID.Hid

Mostra file Open project: Wiladams/NewTOAPIA

Private Methods

Method Description
HidD_FlushQueue ( SafeFileHandle HidDeviceObject ) : System.Boolean
HidD_FreePreparsedData ( IntPtr PreparsedData ) : System.Boolean
HidD_GetAttributes ( SafeFileHandle HidDeviceObject, HIDD_ATTRIBUTES &Attributes ) : System.Boolean
HidD_GetFeature ( SafeFileHandle HidDeviceObject, Byte lpReportBuffer, Int32 ReportBufferLength ) : System.Boolean
HidD_GetHidGuid ( System &HidGuid ) : void
HidD_GetInputReport ( SafeFileHandle HidDeviceObject, Byte lpReportBuffer, Int32 ReportBufferLength ) : System.Boolean
HidD_GetNumInputBuffers ( SafeFileHandle HidDeviceObject, Int32 &NumberBuffers ) : System.Boolean
HidD_GetPreparsedData ( SafeFileHandle HidDeviceObject, IntPtr &PreparsedData ) : System.Boolean
HidD_SetFeature ( SafeFileHandle HidDeviceObject, Byte lpReportBuffer, Int32 ReportBufferLength ) : System.Boolean
HidD_SetNumInputBuffers ( SafeFileHandle HidDeviceObject, Int32 NumberBuffers ) : System.Boolean
HidD_SetOutputReport ( SafeFileHandle HidDeviceObject, Byte lpReportBuffer, Int32 ReportBufferLength ) : System.Boolean
HidP_GetCaps ( IntPtr PreparsedData, HIDP_CAPS &Capabilities ) : Int32
HidP_GetValueCaps ( Int32 ReportType, Byte ValueCaps, Int32 &ValueCapsLength, IntPtr PreparsedData ) : Int32