|
libtiepie
0.3.0
|
Modules | |
| Events | |
Functions | |
| uint32_t | LstGetCount (uint32_t dwDeviceType) |
| bool8_t | LstGetDeviceCanOpen (uint32_t dwDeviceType, uint32_t dwId) |
| uint32_t | LstGetDeviceProductId (uint32_t dwDeviceType, uint32_t dwId) |
| uint32_t | LstGetDeviceVendorId (uint32_t dwDeviceType, uint32_t dwId) |
| uint32_t | LstGetDeviceName (uint32_t dwDeviceType, uint32_t dwId, char *pBuffer, uint32_t dwBufferLength) |
| uint32_t | LstGetDeviceNameShort (uint32_t dwDeviceType, uint32_t dwId, char *pBuffer, uint32_t dwBufferLength) |
| uint32_t | LstGetDeviceSerialNumber (uint32_t dwDeviceType, uint32_t dwId) |
| TpDeviceHandle_t | LstOpenDevice (uint32_t dwDeviceType, uint32_t dwId) |
| void | LstRemoveDevice (uint32_t dwSerialNumber) |
| void | LstUpdate (uint32_t dwDeviceIdMask) |
| uint32_t LstGetCount | ( | uint32_t | dwDeviceType | ) |
Get number of devices available in list
| dwDeviceType | a |
| bool8_t LstGetDeviceCanOpen | ( | uint32_t | dwDeviceType, |
| uint32_t | dwId | ||
| ) |
| dwDeviceType | a |
| dwId | device index or a Device ID or a serial number |
| uint32_t LstGetDeviceName | ( | uint32_t | dwDeviceType, |
| uint32_t | dwId, | ||
| char * | pBuffer, | ||
| uint32_t | dwBufferLength | ||
| ) |
| dwDeviceType | a |
| dwId | device index or a Device ID or a serial number |
| pBuffer | |
| dwBufferLength |
| uint32_t LstGetDeviceNameShort | ( | uint32_t | dwDeviceType, |
| uint32_t | dwId, | ||
| char * | pBuffer, | ||
| uint32_t | dwBufferLength | ||
| ) |
| dwDeviceType | a |
| dwId | device index or a Device ID or a serial number |
| pBuffer | |
| dwBufferLength |
| uint32_t LstGetDeviceProductId | ( | uint32_t | dwDeviceType, |
| uint32_t | dwId | ||
| ) |
| dwDeviceType | a |
| dwId | device index or a Device ID or a serial number |
| uint32_t LstGetDeviceSerialNumber | ( | uint32_t | dwDeviceType, |
| uint32_t | dwId | ||
| ) |
| dwDeviceType | a |
| dwId | device index or a Device ID or a serial number |
| uint32_t LstGetDeviceVendorId | ( | uint32_t | dwDeviceType, |
| uint32_t | dwId | ||
| ) |
| dwDeviceType | a |
| dwId | device index or a Device ID or a serial number |
| TpDeviceHandle_t LstOpenDevice | ( | uint32_t | dwDeviceType, |
| uint32_t | dwId | ||
| ) |
Get handle to device, for each device the handle is only assigned once.
| dwDeviceType | a |
| dwId | device index or a Device ID or a serial number |
| void LstRemoveDevice | ( | uint32_t | dwSerialNumber | ) |
Remove a device from the device lists so it can be used by other applications.
| dwSerialNumber |
| void LstUpdate | ( | uint32_t | dwDeviceIdMask | ) |
Search for new devices
| dwDeviceIdMask |