Instruction Manual
i.LON 100 Internet Server Programmer’s Reference 
12.2.1.1 TypeTranslatorList 
Use the TypeTranslatorList function to retrieve a list of the Type Translators that you have 
added to the i.LON 100. The TypeTranslatorList function takes an empty string as its 
<Data> parameter, as in the example below. 
The function returns the major and minor version numbers of the firmware implementation 
the Type Translator application is using in the <Result> parameter. The <Result> parameter 
also includes a <TypeTranslator> element for each Type Translator that you have added to 
the i.LON 100. The next section, TypeTranslatorGet, describes the properties included in 
each of these elements. 
You could use the list of <TypeTranslator> elements as input for the TypeTranslatorGet 
function. The TypeTranslatorGet function would then return the configuration of each Type 
Translator included in the list. 
<Data> 
Parameter 
Empty String 
<Result> 
Parameter 
<Result> 
 <iLONTypeTranslator> 
 <SCPTobjMajVer>1</SCPTobjMajVer> 
 <SCPTobjMinVer>1</SCPTobjMinVer> 
 <TypeTranslator> 
 <UCPTindex>0</UCPTindex> 
 <UCPTlastUpdate>2002-05-15T09:29:20Z</UCPTlastUpdate> 
 <UCPTdescription>Digital</UCPTdescription> 
 <UCPTfbName>Type Translator- 0</UCPTfbName> 
 </TypeTranslator> 
 <TypeTranslator> 
 <UCPTindex>1</UCPTindex> 
 <UCPTlastUpdate>2002-05-14T12:42:54Z</UCPTlastUpdate> 
 <UCPTdescription>Temperature</UCPTdescription> 
 <UCPTfbName>Type Translator- 1</UCPTfbName> 
 </TypeTranslator> 
 <TypeTranslator> 
 <UCPTindex>2</UCPTindex> 
 <UCPTlastUpdate>2002-05-29T04:27:43Z</UCPTlastUpdate> 
 <UCPTdescrip Energy escription> tion> </UCPTd
 <UCPTfbName>Type Translator- 2</UCPTfbName> 
 </TypeTranslator> 
 <TypeTranslator> 
 <UCPTindex>3</UCPTindex> 
 <UCPTlastUpdate>2002-05-14T12:42:54Z</UCPTlastUpdate> 
 <UCPTdescrip Lighting C Tdescription> tion> </U P
 <UCPTfbName>Type Translator- 3</UCPTfbName> 
 </TypeTranslator> 
 </iLONTypeTranslator> 
</Result> 
12-4 










