![]() |
CETONI SDK
20220623
The software libraries for integration of all CETONI devices.
|
Common channel specific auxiliary functions.
Functions | |
LCC_Func long LCC_CALL | LCC_GetChanName (dev_hdl hChan, char *pNameStringBuf, int StringBufSize) |
Query name of specific channel. More... | |
LCC_Func long LCC_CALL | LCC_LookupCtrlDeviceByName (char *pName, dev_hdl *pCtrlDeviceHdl) |
Lookup a controller device by its name. More... | |
LCC_Func long LCC_CALL LCC_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/outut channel handle |
[out] | pNameStringBuf | Message buffer for storage of error message string |
[in] | StringBufSize | Size of buffer pNameStringBuf in bytes |
LCC_Func long LCC_CALL LCC_LookupCtrlDeviceByName | ( | char * | pName, |
dev_hdl * | pCtrlDeviceHdl | ||
) |
Lookup a controller device by its name.
[in] | pName | Name of the device |
[out] | pCtrlDeviceHdl | Handle of controller device |