|
PIC24 Support Libraries
|
#include <dataXferImpl.h>
Data Fields | |
| uint8_t * | pu8_data |
| uint8_t | 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. | |
Struct to hold send/receive data. An array of these entries holds all the necessary state.
Definition at line 313 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 324 of file dataXferImpl.h.
Referenced by parseVarSpec().
| uint8_t* XFER_VAR::pu8_data |
Pointer to the data to be exchanged. NULL means this entry is not defined.
Definition at line 316 of file dataXferImpl.h.
Referenced by formatVar(), parseVarSpec(), sendVar(), specifyVar(), and validateIndex().
1.8.13