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

Defines the output data type, location, length and whether or not to preface with a Byte Order Mark (BOM). More...

#include <conv.h>

Data Fields

aint uiDataType
 [in] One of the encoding type identifiers, UTF_8, etc. More...
 
abool bBOM
 [in] If true(BOM) prepend a Byte Order Mark, if false(NOBOM) no Byte Order Mark prepended. More...
 
uint8_t * ucpData
 [out] Pointer to the output byte stream. Valid until another function call on the context handle. More...
 
aint uiDataLen
 [out] Number of bytes in the byte stream. More...
 

Detailed Description

Defines the output data type, location, length and whether or not to preface with a Byte Order Mark (BOM).

Definition at line 120 of file conv.h.

Field Documentation

◆ bBOM

abool conv_dst::bBOM

[in] If true(BOM) prepend a Byte Order Mark, if false(NOBOM) no Byte Order Mark prepended.

Definition at line 122 of file conv.h.

◆ ucpData

uint8_t* conv_dst::ucpData

[out] Pointer to the output byte stream. Valid until another function call on the context handle.

Definition at line 123 of file conv.h.

◆ uiDataLen

aint conv_dst::uiDataLen

[out] Number of bytes in the byte stream.

Definition at line 124 of file conv.h.

◆ uiDataType

aint conv_dst::uiDataType

[in] One of the encoding type identifiers, UTF_8, etc.

Definition at line 121 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.