![]() |
CETONI SDK
20220623
The software libraries for integration of all CETONI devices.
|
Common channel specific auxiliary functions.
Functions | |
LCAIO_Func long LCAIO_CALL | LCAIO_GetAnalogIoDevice (dev_hdl hChan, dev_hdl *pAnalogIoDeviceHdl) |
Query analog I/O device of a certain analog I/O channel. More... | |
LCAIO_Func long LCAIO_CALL | LCAIO_GetChanName (dev_hdl hChan, char *pNameStringBuf, int StringBufSize) |
Query name of specific channel. More... | |
LCAIO_Func long LCAIO_CALL | LCAIO_LookupAnalogIoDeviceByName (char *pName, dev_hdl *pAnalogIoDeviceHdl) |
Lookup an analog I/O device by its name. More... | |
Query analog I/O device of a certain analog I/O channel.
[in] | hChan | Valid input/outut channel handle |
[out] | pAnalogIoDeviceHdl | Handle of analog IO device |
LCAIO_Func long LCAIO_CALL LCAIO_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 |
LCAIO_Func long LCAIO_CALL LCAIO_LookupAnalogIoDeviceByName | ( | char * | pName, |
dev_hdl * | pAnalogIoDeviceHdl | ||
) |
Lookup an analog I/O device by its name.
[in] | pName | Name of the device |
[out] | pAnalogIoDeviceHdl | Handle of analog IO device |