...
Function Group | Function | Description |
---|---|---|
Initialization | DevOpenDriver() | Links an application to the device driver |
DevCloseDriver() | Closes a Link to the driver | |
DevInitBoard () | Links an application to a board | |
DevExitBoard() | Closes a Link to a board | |
|
|
|
Device control | DevReset() | Reset a board |
DevSetHostState() | Sets/Clears the information bit for host is running | |
DevTriggerWatchDog() | Serves the watchdog function of a board | |
|
|
|
Message Data Transfer | DevPutMessage() | Transfer a message to the board |
DevGetMessage() | Reads a message from a board | |
DevGetMBXState() | Read the actual mailbox state | |
|
|
|
IO Data Transfer | DevExchangeIO() | Put/Get IO data from/to a board |
DevExchangeIOEx() | Put/Get IO data from/to a COM module | |
DevExchangeIOErr() | Put/Get IO data from/to a board including state information | |
DevReadSendData() | Read back IO data from the send area | |
|
|
|
Protocol Information / Configuration | DevPutTaskParameter() | Writes the parameters for a communication task |
DevGetTaskParameter() | Reads the parameters from a communication task | |
DevGetTaskState() | Read all task states from a board | |
|
|
|
Device Information | DevGetBoardInfo() | Read global board information |
DevGetInfo() | Reads the various information from a board | |
|
|
|
Other | DevReadWriteDPMRaw() | Read/write to/from the last Kbytes of a DPM |
|
|
|
System Function | DevDownload() | Firmware/Configuration download |
...