Hazelnet 3.0.0
Reference implementation of the CAN Bus Security (CBS) protocol
|
Packed CBS PDU (Protocol Data Unit message) ready to be transmitted by the library user. More...
#include <hzl.h>
Data Fields | |
size_t | dataLen |
Length in bytes of the CBS-Payload. More... | |
uint8_t | data [HZL_MAX_CAN_FD_DATA_LEN] |
CBS-Payload. More... | |
Packed CBS PDU (Protocol Data Unit message) ready to be transmitted by the library user.
size_t hzl_CbsPduMsg::dataLen |
Length in bytes of the CBS-Payload.
uint8_t hzl_CbsPduMsg::data[HZL_MAX_CAN_FD_DATA_LEN] |
CBS-Payload.