Functions | |
uint32_t | ScpGetResolutions (TpDeviceHandle_t hDevice, uint8_t *pList, uint32_t dwLength) |
uint8_t | ScpGetResolution (TpDeviceHandle_t hDevice) |
uint8_t | ScpSetResolution (TpDeviceHandle_t hDevice, uint8_t byResolution) |
uint8_t ScpGetResolution | ( | TpDeviceHandle_t | hDevice | ) |
Get current resolution
hDevice | a device handle |
uint32_t ScpGetResolutions | ( | TpDeviceHandle_t | hDevice, | |
uint8_t * | pList, | |||
uint32_t | dwLength | |||
) |
Get array with supported resolutions
hDevice | a device handle | |
pList | pointer to array | |
dwLength | number of elements in array |
uint8_t ScpSetResolution | ( | TpDeviceHandle_t | hDevice, | |
uint8_t | byResolution | |||
) |
Set resolution
hDevice | a device handle | |
byResolution | resolution in bits |