Eclipse.org Eclipse.org signal Rfid Write

<signal> examples

Rfid Write Attributes Elements XML Reference
<signal> example from the profile.xml sample.

<?xml version="1.0" encoding="UTF-8"?>



            <signal id="TagWriteReport">
                <description> TagWriteReport is a signal containing tag write information in a map structure. The report contains one to many tags stored at the "tags" key. It may include data extension metadata stored at the "dataExtensions" key. See the tags and DataWriteExtensions descriptions for details. </description>
                <data id="tags" type="string">
                    <description>The value stored at the "tags" key of the TagWriteReport is a nested map which contains tag data, keyed by tag ID string. Each tag ID is the index for a nested map which in turn contains write operation results, keyed by the operation ID string, value structure contains details about the write-events for that tag. The event data map may include the keys "antenna", "count", "reader", "timestampFirst", "timestampLast", "dataExtensions", "resultCode" and "readData". </description>
                </data>
                <data id="antenna" type="long">
                    <description>The value stored at the "antenna" key of the write-event map is the antenna value, based on a starting index of 1. It is included in the write-event map if the reader is configured to report which antenna wrote the tag.</description>
                </data>
                <data id="count" type="long">
                    <description>The value stored at the "count" key of the write-event map is the number of times this tag was writen during the reporting cycle. </description>
                </data>
                <data id="reader" type="string">
                    <description>The value stored at the "reader" key of the read-event map is the ID property configured for this instance of the inventory profile.</description>
                </data>
                <data id="timestampFirst" type="long">
                    <description>The value stored at the "timestampFirst" key of the write-event map is the initial timestamp that this tag was read during the reporting cycle.</description>
                </data>
                <data id="timestampLast" type="long">
                    <description>The value stored at the "timestampLast" key of the write-event map is the final timestamp that this tag was read during the reporting cycle.</description>
                </data>
                <data id="dataExtensions" type="string">
                    <description>The value stored at the "dataExtensions" key of the TagWriteReport or write-event map is a nested map of metadata as specified in the DataWriteExtensions measurement.</description>
                </data>
                <data id="resultCode" type="int">
                    <description>The value stored at the "resultCode" key of the TagWriteReport is the result code of the access operation. </description>
                </data>
                <data id="readData" type="byte[]">
                    <description>The value stored at the "readData" key of the write-event map is the data of one of the tag memory bank requested by the read operation. </description>
                </data>
            </signal>




Copyright (c) 2008 IBM. See license in Legal section. 2008-02-07 Rfid Write XML Reference 1.1.0