|
Zephyr Project API 4.2.99
A Scalable Open Source RTOS
|
Structure for a binary descriptor entry. More...
#include <bindesc.h>
Data Fields | |
| uint16_t | tag |
| Tag of the entry. | |
| uint16_t | len |
| Length of the descriptor data. | |
| uint8_t | data [] |
| Value of the entry. | |
Structure for a binary descriptor entry.
| uint8_t bindesc_entry::data[] |
Value of the entry.
This is either an integer or a string
| uint16_t bindesc_entry::len |
Length of the descriptor data.
| uint16_t bindesc_entry::tag |
Tag of the entry.