Version 7.0
Copyright © 2021 Lowell D. Thomas
APG
… an ABNF Parser Generator
Data Fields
conv_src Struct Reference

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...
 

Detailed Description

Defines the input data type, location and length.

Definition at line 109 of file conv.h.

Field Documentation

◆ ucpData

uint8_t* conv_src::ucpData

Pointer to the byte stream to decode,.

Definition at line 113 of file conv.h.

◆ uiDataLen

aint conv_src::uiDataLen

Number of bytes in the byte stream.

Definition at line 114 of file conv.h.

◆ uiDataType

aint conv_src::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.

Definition at line 110 of file conv.h.


The documentation for this struct was generated from the following file:
APG Version 7.0 is licensed under the 2-Clause BSD License,
an Open Source Initiative Approved License.