|
|
measurement | Device Kit |
<measurement> examples |
Device Kit Attributes Elements XML Reference |
<measurement> example from the profile.xml sample.
<?xml version="1.0" encoding="UTF-8"?>
<measurement id="BitsCount" type="Integer" executewrite="false" setvalue="false">
<value>
<int>32</int>
</value>
</measurement>
<measurement> example from the adapter.xml sample.
<?xml version="1.0" encoding="UTF-8"?>
<measurement id="ReaderCapabilities" type="Map">
<description>The Map that contains the information on LLRP Reader capabilities.
</description>
<method/>
</measurement>
<measurement> example from the device.xml sample.
<?xml version="1.0" encoding="UTF-8"?>
<measurement id="ReaderCapabilities">
<readcommand idref="GetReaderCapabilities_All"/>
<signal idref="GetReaderCapabilitiesResponse"/>
</measurement>
<measurement> example from the profile.xml sample.
<?xml version="1.0" encoding="UTF-8"?>
<measurement id="LLRPConfiguration" type="String">
<description>The configuration String converted from ROSpec and AccessSpec maps by LLRP config servlet.
</description>
<configuration type="String">true</configuration>
<method/>
</measurement>
<measurement> example from the profile.xml sample.
<?xml version="1.0" encoding="UTF-8"?>
<measurement id="LLRPConfiguration" type="String">
<description>The configuration String converted from ROSpec and AccessSpec maps by LLRP config servlet.
</description>
<configuration type="String">true</configuration>
<method/>
</measurement>
<measurement> example from the profile.xml sample.
<?xml version="1.0" encoding="UTF-8"?>
<measurement id="InputCount" type="Long" executewrite="false" setvalue="false">
<description>InputCount specifies the number of input pins supported by the device.
InputCount is a read-only measurement and should be set only by the implementation
class. InputCount is reported as a Long value.
</description>
<value>
<long>0</long>
</value>
</measurement>
<measurement> example from the device.xml sample.
<?xml version="1.0" encoding="UTF-8"?>
<measurement id="Time" type="Number">
<signal idref="TimeReport"/>
</measurement>
| Copyright (c) 2009 IBM. See license in Legal section. | 2009-01-22 | Device Kit XML Reference 1.2.0 |