![]() |
CETONI SDK
20220623
The software libraries for integration of all CETONI devices.
|
labbCan Digital I/O Application Programming Interface More...
#include "labbCAN_Bus_API.h"
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_GetInChanHandle (unsigned char Index, dev_hdl *pInChanHdl) |
Get digital input channel handle by its index. More... | |
LCDIO_Func long LCDIO_CALL | LCDIO_GetNoOfInputChannels () |
Query number of available digital input channels. More... | |
LCDIO_Func long LCDIO_CALL | LCDIO_GetNoOfOutputChannels () |
Query number of available digital output channels. More... | |
LCDIO_Func long LCDIO_CALL | LCDIO_GetOutChanHandle (unsigned char Index, dev_hdl *pOutChanHdl) |
Get digital out channel handle by its index. More... | |
LCDIO_Func long LCDIO_CALL | LCDIO_IsInputOn (dev_hdl InChanHdl) |
Read digital input state of channel. More... | |
LCDIO_Func long LCDIO_CALL | LCDIO_IsOutputOn (dev_hdl OutChanHdl) |
Return the state of a digital output channel. More... | |
LCDIO_Func long LCDIO_CALL | LCDIO_LookupInChanByName (const char *pChannelName, dev_hdl *pInChanHdl) |
Lookup for a digital input channel by its name. 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_LookupOutChanByName (const char *pChannelName, dev_hdl *pOutChanHdl) |
Lookup for an digital output channel by its name. More... | |
LCDIO_Func long LCDIO_CALL | LCDIO_WriteOn (dev_hdl OutChanHdl, int On) |
Swicth digital output channel on/off. More... | |
labbCan Digital I/O Application Programming Interface