SLAA453A january 2011 – may 2023
Table 4-1 summarizes the device connection management calls.
| Function | Description |
|---|---|
| VOID HID_Init() | Initializes the HID device data structure used to store information about the HID device/interface. |
| DWORD HID_GetNumOfInterfaces() | Returns the number of HID devices on the system associated with a particular VID/PID and serial number. |
| BYTE HID_Open() | Opens a handle to a particular device. |
| BYTE HID_Close() | Closes the handle to a particular device. |
| BYTE HID_GetSerNums() | Obtains the serial numbers associated with a particular VID/PID. |