Users Guide

Append ix B: Template Components | 105
Snmp-reads define the properties that can be retrieved through SNMP. It
communicates with the printer using object ID (OID) of a particular
property for retrieving the information. The SNMPRead content element of
the snmp-reads defines the SNMP reading property. The SNMPRead
contains format element.
Example
:
<Variable Name="SerialNumber">
<Reads>
<SNMPRead SNMPCommand="get" Repetations="1" ObjectId=
"1.3.6.1.2.1.43.5.1.1.17.1">
<Format>
<Type>String</Type>
</Format>
</SNMPRead>
</Reads>
</Variable>
Web-writes define the properties that can be set through web. The
WebWrites element contains one or more typeset elements. The typeset
content element defines the section for grouping of elements. Each
typeset element has a WebWrite content element that contains format,
action, and parameter name elements.
Example
:
<Writes>
<WebWrite>
<Format>
<Type>String</Type>
</Format>
<ParameterName>GSI_SUBNET</ParameterName>
</WebWrite>
</Writes>
Snmp-writes contain one or more content elements that define the
properties that can be set through SNMP. The SNMPWrites contains format
element.
Example 1
:
<Variable Name="Contact">
<Reads>