libtiepie  0.3.0
 All Files Functions Typedefs Groups
Info

Functions

uint32_t GenGetConnectorType (TpDeviceHandle_t hDevice)
bool8_t GenIsDifferential (TpDeviceHandle_t hDevice)
double GenGetImpedance (TpDeviceHandle_t hDevice)

Detailed Description


Function Documentation

uint32_t GenGetConnectorType ( TpDeviceHandle_t  hDevice)
Parameters:
hDevicea device handle
Returns:
Output connector type.
double GenGetImpedance ( TpDeviceHandle_t  hDevice)
Parameters:
hDevicea device handle
Returns:
Output impedance in Ohm.
bool8_t GenIsDifferential ( TpDeviceHandle_t  hDevice)
Parameters:
hDevicea device handle
Returns:
1 if output is differential, 0 otherwise.