Hazelnet 3.0.0
Reference implementation of the CAN Bus Security (CBS) protocol
Data Fields
hzl_CbsPduMsg Struct Reference

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...
 

Detailed Description

Packed CBS PDU (Protocol Data Unit message) ready to be transmitted by the library user.

Field Documentation

◆ dataLen

size_t hzl_CbsPduMsg::dataLen

Length in bytes of the CBS-Payload.

◆ data

uint8_t hzl_CbsPduMsg::data[HZL_MAX_CAN_FD_DATA_LEN]

CBS-Payload.


The documentation for this struct was generated from the following file: