2.0.0.4R9
Software Development Kit
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules
Export

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

Detailed Description

Export contains definitions pertaining to output of status or configuration information in XML format.

Enumeration Type Documentation

Selects type of XML value to emit.

Enumerator
XML_EMIT_VALUE_TYPE__CONFIGURATION 

Emit an XML configuration value.

XML_EMIT_VALUE_TYPE__STATUS 

Emit an XML status value.

Function Documentation

bool ltrx_xml_emit_value ( const struct xml_emit_value_specification xevs,
struct output_stream out 
)

Emits a single XML value onto stream.

Return values
trueSuccess.
falseFailed.
Parameters
[in]xevsSelects a value.
[out]outReceives the value.