APG
… an ABNF Parser Generator
|
Defines the input data type, location and length. More...
#include <conv.h>
Data Fields | |
aint | uiDataType |
One of the encoding type identifiers, UTF_8, etc. If or'ed (|) with BASE64, the source data stream is assumed to be base64 encoded and base64 decoding precedes the type decoding. More... | |
uint8_t * | ucpData |
Pointer to the byte stream to decode,. More... | |
aint | uiDataLen |
Number of bytes in the byte stream. More... | |
uint8_t* conv_src::ucpData |
aint conv_src::uiDataType |