Defines the output data type, location, length and whether or not to preface with a Byte Order Mark (BOM).
More...
#include <conv.h>
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.
◆ 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
[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.