Command Console Library
tlv_buffer_t Struct Reference

Description

Command console Type-Length-Value buffer.

Data Fields

uint8_t type
 Type of value: 0-ASCII, 1-Binary.
 
uint8_t length
 Length of value in bytes.
 
uint8_t value []
 Buffer containing the value.