Struct wfm_keyword_t¶
#include <wfm_keywords.h>
Public Attributes¶
| Type | Name |
|---|---|
| size_t | count |
| size_t | elem_size |
| char | tag |
| char | type |
| uint8_t * | value |
Detailed Description¶
One decoded keyword. value is count * elem_size bytes in HOST order; for type A it is count characters and is NOT NUL-terminated.
Public Attributes Documentation¶
variable count¶
element count (characters for 'A').
variable elem_size¶
bytes per element (1 for 'A').
variable tag¶
NUL-terminated tag.
variable type¶
element type: B I L X F D A.
variable value¶
value bytes, host order; owned by the holder.
The documentation for this class was generated from the following file native/inc/wfm/wfm_keywords.h