internal hardware specific implementation details of the lowlevel ESD CAN interface More...
Public Attributes | |
NTCAN_HANDLE | ntcan_handle |
the internal handle to the driver | |
int32_t | timeout_ms |
CMSG | m_cmsg |
int | m_cmsg_next |
index of next received data byte to return to user in m_cmsg | |
NTCAN_RESULT | rc |
internal hardware specific implementation details of the lowlevel ESD CAN interface
private data of cCANSerial_ESD.
Required to keep inclusion of ntcan.h out of public interface of cCANSerial_ESD.
received messages might be split over several CAN messages it might therefore happen that more data is received than can be returned to the user. To not loose that data it is kept here to be be returned in a later call
index of next received data byte to return to user in m_cmsg
NTCAN_HANDLE SDH::cCANSerial_ESD_Internal::ntcan_handle |
the internal handle to the driver
NTCAN_RESULT SDH::cCANSerial_ESD_Internal::rc |