Users Guide
Append ix B: Template Components | 103
Template variables
Describes the properties that has to be set or retrieved from the printer model.
The elements of property overrides are static-reads, web-reads, snmp-reads,
web-writes, and snmp-writes.
Example 1:
<Template-Variables>
<Variable Name="SMTPPrimaryPassword">
<Reads>
<Constants>
<Type>String</Type>
<Value>****</Value>
</Constants>
</Reads>
<Writes>
<WebWrite>
<Format>
<Type>String</Type>
</Format>
<ParameterName>104209:10420a</ParameterName>
</WebWrite>
</Writes>
</Variable>
</Template-Variables>
Example 2:
<Template-Variables>
<Variable Name="SerialNumber">
<Reads>
<SNMPReadObjectId="1.3.6.1.2.1.43.5.1.1.17.1" Repetations="1"
SNMPCommand="get">
<Format>
<Type>String</Type>
</Format>
</SNMPRead>
</Reads>
</Variable>