Embedded SDK
Embedded SDK
Loading...
Searching...
No Matches
Public Attributes | List of all members
tlv_tag_info_t Struct Reference

Length bounds the mutator keeps for one TLV tag. More...

#include <tlv_mutator.h>

Public Attributes

uint8_t tag
 TLV tag byte.
 
uint8_t min_len
 Minimum value length to emit.
 
uint8_t max_len
 Maximum value length to emit.
 

Detailed Description

Length bounds the mutator keeps for one TLV tag.

Definition at line 15 of file tlv_mutator.h.

Member Data Documentation

◆ max_len

uint8_t tlv_tag_info_t::max_len

Maximum value length to emit.

Definition at line 18 of file tlv_mutator.h.

◆ min_len

uint8_t tlv_tag_info_t::min_len

Minimum value length to emit.

Definition at line 17 of file tlv_mutator.h.

◆ tag

uint8_t tlv_tag_info_t::tag

TLV tag byte.

Definition at line 16 of file tlv_mutator.h.


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