Skip to content

Struct wfm_keyword_t

ClassList > wfm_keyword_t

More...

  • #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

size_t wfm_keyword_t::count;

element count (characters for 'A').


variable elem_size

size_t wfm_keyword_t::elem_size;

bytes per element (1 for 'A').


variable tag

char wfm_keyword_t::tag[WFM_KW_MAX_TAG+1];

NUL-terminated tag.


variable type

char wfm_keyword_t::type;

element type: B I L X F D A.


variable value

uint8_t* wfm_keyword_t::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