Data Structures | |
struct | xml_emit_value_specification |
Specifies a value to emit. More... | |
Enumerations | |
enum | xml_emit_value_type { XML_EMIT_VALUE_TYPE__CONFIGURATION = 0, XML_EMIT_VALUE_TYPE__STATUS = 1 } |
Selects type of XML value to emit. More... | |
bool | ltrx_xml_emit_value (const struct xml_emit_value_specification *xevs, struct output_stream *out) |
Emits a single XML value onto stream. More... | |
Export contains definitions pertaining to output of status or configuration information in XML format.
enum xml_emit_value_type |
bool ltrx_xml_emit_value | ( | const struct xml_emit_value_specification * | xevs, |
struct output_stream * | out | ||
) |
Emits a single XML value onto stream.
true | Success. |
false | Failed. |
[in] | xevs | Selects a value. |
[out] | out | Receives the value. |