Eclipse.org Eclipse.org transport_test.xml Epcglobal Llrp

transport_test.xml sample

Epcglobal Llrp Attributes Elements XML Reference
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2007, 2009 IBM.                                           -->
<!-- All rights reserved. This program and the accompanying materials        -->
<!-- are made available under the terms of the Eclipse Public License v1.0   -->
<!-- which accompanies this distribution, and is available at                -->
<!-- http://www.eclipse.org/legal/epl-v10.html                               -->
<!--                                                                         -->
<!-- Contributors:                                                           -->
<!--     IBM - initial API and implementation                                -->
<!-- WARNING:                                                                -->
<!-- Consult the hardware manufacturer's technical specifications and User   -->
<!-- Guide for proper usage of the hardware before you use the Device Kit.   -->
<!-- Improper usage may result in damage to the hardware.                    -->

<dkml>
    <transporttest id="EpcglobalLlrpTransportTest" packagebase="org.eclipse.soda.dk">
        <description>EPCglobal Low Level Reader Protocol (LLRP) Transport Test</description>
        <provider>Eclipse.org</provider>
        <version>1.2.0</version>
        <vendor>IBM</vendor>
        <send id="basic_tests">
            <message id="TestMsg_GetReaderConfig">
                <bytes format="hex">
<!-- GET_READER_CONFIG    -->
<!-- Message Length    -->
<!-- MessageID    -->
<!-- AntennaID:0    -->
<!-- RequestedData: 0    -->
<!-- GPIPortNum: 0    -->
<!-- GPOPortNum: 0    -->
04,02, 00,00,00,11, 01,23,45,67, 00,00, 00, 00,00, 00,00 </bytes>
            </message>
            <message id="TestMsg_SetReaderConfig">
                <bytes format="hex">
<!-- SET_READER_CONFIG     -->
<!-- Message Length    -->
<!-- MessageID    -->
<!-- ResetToFactoryDefaults: true    -->
<!-- ROReportSpec Parameter    -->
<!-- length: 13    -->
<!-- ROReportTrigger: 2    -->
<!-- N: 1    -->
<!-- enc: TLV    -->
<!-- TagReportContentSelector Parameter    -->
<!-- length: 6    -->
<!--                         R_EnableROSpecID: false                         I_EnableSpecIndex: false                         P_EnableInventoryParameterSpecID: false                         A_EnableAntennaID: true                         C_EnableChannelIndex: false                         R_EnablePeakRSSI: true                         F_EnableFirstSeenTimestamp: true                         L_EnableLastSeenTimestamp: true                         T_EnableTagSeenCount: true                         S_EnableAccessSpecID: false                            -->
04,03, 00,00,00,18, 00,0a,29,9a, 80, 00,ed, 00,0d, 02, 00,01, 00, ee, 00,06, 17,80 </bytes>
            </message>
        </send>
        <send id="basic_capabilities">
            <message id="TestMsg_GetReaderCapabilities">
                <bytes format="hex">
<!-- GET_READER_Capabilities    -->
<!-- Message Length    -->
<!-- MessageID    -->
04,01, 00,00,00,0b, 01,23,45,67, 00 </bytes>
            </message>
        </send>
        <transport idref="org.eclipse.soda.dk.epcglobal.llrp.transport/dk/transport.xml#EpcglobalLlrpTransport"/>
        <testcase/>
        <bundle/>
        <managedfactorybundle/>
    </transporttest>
</dkml>


id element
"EpcglobalLlrpTransportTest" <transporttest>
"TestMsg_GetReaderCapabilities" <message>
"TestMsg_GetReaderConfig" <message>
"TestMsg_SetReaderConfig" <message>
"basic_capabilities" <send>
"basic_tests" <send>
element id
<message> "TestMsg_GetReaderCapabilities"
"TestMsg_GetReaderConfig"
"TestMsg_SetReaderConfig"
<send> "basic_capabilities"
"basic_tests"
<transporttest> "EpcglobalLlrpTransportTest"

Bugzilla: https://bugs.eclipse.org/bugs/enter_bug.cgi?product=OHF&component=DeviceKit
CVS File:
  org.eclipse.ohf
    plugins
      org.eclipse.soda.dk
        org.eclipse.soda.dk.epcglobal.llrp
          org.eclipse.soda.dk.epcglobal.llrp.transport.test
            dk
              transport_test.xml
(1.8)
Tag(s) Timestamp Revision Comment
V1_2_0_2009_09_29 .. V1_2_0_2008_01_08_E3_3_2 2009-01-07 1.8
V1_2_0_2008_01_05_E3_3_2 .. V1_2_0_2008_09_30 2008-09-29 1.7
Eclipse3_3 2008-01-15 1.6
V1_1_0_2008_01_12 .. V1_1_0_2008_01_11 2008-01-11 1.4
V1_1_0_2008_01_03 2007-12-07 1.2
V1_1_0_2007_12_03 2007-11-30 1.1 First commit of LLRP implementation

Copyright (c) 2009 IBM. See license in Legal section. 2009-10-01 Epcglobal Llrp XML Reference 1.2.0