5.11.0.0R3
Software Development Kit
 
Loading...
Searching...
No Matches
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.
 

Detailed Description

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

Enumeration Type Documentation

◆ xml_emit_value_type

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

◆ ltrx_xml_emit_value()

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.