libtiepie
|
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) |
Get number of devices available in list
dwDeviceType | a device type |
Check whether the instrument can be opened.
dwDeviceType | a device type |
dwId | device index or a Device ID or a serial number |
1
if true or 0
if false uint32_t LstGetDeviceName | ( | uint32_t | dwDeviceType, |
uint32_t | dwId, | ||
char * | pBuffer, | ||
uint32_t | dwBufferLength | ||
) |
dwDeviceType | a device type |
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 device type |
dwId | device index or a Device ID or a serial number |
pBuffer | |
dwBufferLength |
dwDeviceType | a device type |
dwId | device index or a Device ID or a serial number |
dwDeviceType | a device type |
dwId | device index or a Device ID or a serial number |
dwDeviceType | a device type |
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 device type |
dwId | device index or a Device ID or a serial number |
void LstRemoveDevice | ( | uint32_t | dwSerialNumber | ) |
Remove a instrument from the device lists so it can be used by other applications.
dwSerialNumber | instruments serial number |