![]() |
PDM-IR SDK
3.1.8
PDM-IR_SDK
|
Functions | |
DllSDKExport RESULT | PDMIR_SearchDevices (UINT16 *arrayDataSN, UINT16 *numDevsFound) |
DllSDKExport RESULT | PDMIR_OpenCommunication (UINT16 serialNumber) |
DllSDKExport RESULT | PDMIR_CloseCommunication (UINT16 serialNumber) |
Functions to Search, Open and Close the communication with the PDM-IR.
Modules list Constructor.
It allocates a memory block to contain the list of the connected and recognized PDM-IR. It scans all the available USB port on the PC and when a PDM-IR is found, it add the device to fill the list.
arrayDataSN | Pointer to PDM-IR list handle. This parameter is referenced. |
numDevsFound | Pointer to number of devices found. This parameter is referenced. |
Open the communication with a module.
It opens the communication and allocates a memory block to manage the connected device, identified by the serial number.
serialNumber | PDM-IR serial number |
Close the communication with a module.
It closes the communication and deallocates the memory. The module is identified by the serial number.
serialNumber | PDM-IR serial number |