![]() |
Qmix SDK
20200506
The software libraries for integration of all CETONI devices.
|
Common channel specific auxiliary functions.
Functions | |
LCDIO_Func long LCDIO_CALL | LCDIO_GetChanName (dev_hdl hChan, char *pNameStringBuf, int StringBufSize) |
Query name of specific channel. More... | |
LCDIO_Func long LCDIO_CALL | LCDIO_LookupIoDeviceByName (const char *pName, dev_hdl *pIoDeviceHdl) |
Lookup an analog I/O device by its name. More... | |
LCDIO_Func long LCDIO_CALL LCDIO_GetChanName | ( | dev_hdl | hChan, |
char * | pNameStringBuf, | ||
int | StringBufSize | ||
) |
Query name of specific channel.
Normally all channels are named. That means each channel carries a unique name
[in] | hChan | Valid input/output channel handle |
[out] | pNameStringBuf | Message buffer for storage of error message string |
[in] | StringBufSize | Size of buffer pNameStringBuf in bytes |
LCDIO_Func long LCDIO_CALL LCDIO_LookupIoDeviceByName | ( | const char * | pName, |
dev_hdl * | pIoDeviceHdl | ||
) |
Lookup an analog I/O device by its name.
[in] | pName | Name of the device |
[out] | pIoDeviceHdl | Handle of a digital IO device |