#include <DS_Table.h>
Public Member Functions | |
| void | Set (int input) |
| Numeric. | |
| void | Set (const char *input) |
| String. | |
| void | Set (const char *input, int inputLength) |
| Binary. | |
| void | SetPtr (void *p) |
| Pointer. | |
| void | Get (int *output) |
| Numeric. | |
| void | Get (char *output) |
| String. | |
| void | Get (char *output, int *outputLength) |
| Binary. | |
1.5.7.1