xWRL6432 MMWAVE-L-SDK  05.04.00.01
CANFDLLD_OptionTLV Struct Reference

Detailed Description

Options TLV data structure.

Specifies the option type, length, value.

Data Fields

CANFDLLD_Option type
 Option Name. More...
 
int32_t length
 Option Length. More...
 
void * value
 Option Value. More...
 

Field Documentation

◆ type

CANFDLLD_Option CANFDLLD_OptionTLV::type

Option Name.

◆ length

int32_t CANFDLLD_OptionTLV::length

Option Length.

◆ value

void* CANFDLLD_OptionTLV::value

Option Value.