Data structure to enable reading a list of values in a DU Link callback.
Definition at line 454 of file duplugin.h.
Data Fields | |
| const uint8_t | size |
| Number of items in the list. More... | |
| const char *const * | ppStrList |
| Pointer to array of strings to iterate. More... | |
| const char* const * CTX_LIST_STR::ppStrList |
Pointer to array of strings to iterate.
Definition at line 459 of file duplugin.h.
| const uint8_t CTX_LIST_STR::size |
Number of items in the list.
Definition at line 457 of file duplugin.h.