Common Functions |
|
| CanInit | Retrieves the device ID, then the device could be accessed. |
| CanExit | It is exit processing, and the device cannot be accessed. |
| CanResetDevice | Resets the device. |
| CanGetErrorString | Retrieves the error string from the error code. |
|
|
Functions to retrieve information |
|
| CanQueryDeviceName | Retrieves the list of the devices which are available for use. |
| CanGetMaxChannels | Retrieves the number of channels. |
|
|
Communication Setting Functions |
|
| CanSetTimeout | Set the timeout time. |
| CanGetTimeout | Get the timeout setting. |
| CanSetMonitorMode | Set monitor mode. |
| CanSetCanTiming | Set the CAN communication timing. |
| CanGetCanTiming | Get the CAN communication timing settings. |
| CanSetCanFdTiming | Set the CAN FD communication timing. |
| CanGetCanFdTiming | Get the CAN FD communication timing settings. |
| CanSetChannelAcceptance | Set reception acceptance. |
| CanGetChannelAcceptance | Get reception acceptance settings. |
|
|
|
|
Bus Control functions |
|
| CanBusConnect | Connect to bus. |
| CanBusDisconnect | Disconnect from the bus. |
|
|
Communication Functions |
|
| CanTransmit | Perform CAN and CAN FD transmission. |
| CanReceive | Perform CAN and CAN FD reception. |
| CanGetChannelStatus | Get the status of the specified channel. |
|
|
Event Notification Functions |
|
| CanNotifyEvent | Enable received data notifications. |
| CanStopNotifyEvent | Disable received data notifications. |
|
|