Lantronix 900-691-R manual Record, Group, Item, and Value Tags, Figure A-5 XML Example

Models: 900-691-R

1 113
Download 113 pages 56.24 Kb
Page 76
Image 76

Appendix A: Command Reference

Record, Group, Item, and Value Tags

A <configgroup> is a logical grouping of configuration parameters and must contain one or more <configitem> elements. It must have a name attribute and may have an instance attribute.

A <configitem> is a specific grouping of configuration parameters relevant to its parent group. An item takes the name attribute and must contain one or more value elements. For example, the line group might have parameters such as baud rate, data bits, and parity.

A value may specify the value of a configuration parameter. It may contain the name attribute. In this example, a value of 9600 might be specified for baud rate; 7 may be specified for data bits, and even may be specified for parity

A name attribute identifies the group, item, or value. It is always quoted (as are all XML attributes). For example,a group that contains serial port parameters has the name "line"

An instance attribute identifies which of several instances is being addressed. It is always quoted. For example,the serial port name (in the line configgroup) has the instance "1" to indicate serial port 1 or "2" to specify serial port 2

The following figures show examples of XML configuration records and the use of the <configrecord>, <configgroup>, <configitem>, and <value> XML elements.

Figure A-5 XML Example

<configrecord version = "0.1.0.1">

<configgroup name = "Access Point" instance = "ap0"> <configitem name = "SSID">

<value>XpicoWiFi_98010B</value> </configitem>

<configitem name = "Channel"> <value>1</value>

</configitem>

<configitem name = "Suite"> <value>WPA2</value>

</configitem>

<configitem name = "Encryption"> <value>CCMP</value>

</configitem>

<configitem name = "Passphrase"> <value><Configured></value>

</configitem>

<configitem name = "Mode"> <value>Always Up</value>

</configitem>

</configgroup>

xPico® Wi-Fi® Embedded Device Server User Guide

76

Page 76
Image 76
Lantronix 900-691-R manual Record, Group, Item, and Value Tags, Figure A-5 XML Example