|
Embedded SDK
Embedded SDK
|
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. | |
Length bounds the mutator keeps for one TLV tag.
Definition at line 15 of file tlv_mutator.h.
| uint8_t tlv_tag_info_t::max_len |
Maximum value length to emit.
Definition at line 18 of file tlv_mutator.h.
| uint8_t tlv_tag_info_t::min_len |
Minimum value length to emit.
Definition at line 17 of file tlv_mutator.h.
| uint8_t tlv_tag_info_t::tag |
TLV tag byte.
Definition at line 16 of file tlv_mutator.h.