Data Acquisition Framework
API for Tags Programming
|
Value. More...
#include <TagV2.h>
Public Attributes | |
int64_t | i |
uint64_t | u |
double | d |
char * | s |
struct { | |
char * b | |
int l | |
}; | |
Value.
char* value_t::b |
bytearray
double value_t::d |
doube
int64_t value_t::i |
signed integer
int value_t::l |
bytearray length
char* value_t::s |
string
uint64_t value_t::u |
unsigned integer