VCAN_MAX_DATASIZEΒΆ
Here is the definition:
#define VCAN_MAX_DATASIZE 8
This constant defines the maximum number of data bytes that can be transferred in one frame by the CAN bus. It is always 8 since this is compliant to the CAN specification.
Here is the definition:
#define VCAN_MAX_DATASIZE 8
This constant defines the maximum number of data bytes that can be transferred in one frame by the CAN bus. It is always 8 since this is compliant to the CAN specification.