![]() |
1.5.0.3R3
Software Development Kit |
![]() |
Data Structures | |
struct | xml_emit_value_specification |
Specifies a value to emit. More... | |
Enumerations | |
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. |