#include <dataXferImpl.h>
Public Attributes | |
uint8 * | pu8_data |
uint8 | u8_size |
Size of data in bytes – 1: 0 = 1 byte, etc. | |
char * | psz_format |
printf format string to use in displaying the variable. PC only. | |
char * | psz_name |
char * | psz_desc |
Description of this variable. PC only.. |
Definition at line 275 of file dataXferImpl.h.
char* XFER_VAR::psz_name |
Name of this variable, typically the same as used in the code. PC only.
Definition at line 286 of file dataXferImpl.h.
Pointer to the data to be exchanged. NULL means this entry is not defined.
Definition at line 278 of file dataXferImpl.h.