Eclipse.org Eclipse.org customparameter Device Kit

<customparameter> examples

Device Kit Attributes Elements XML Reference
<customparameter> example from the adapter.xml sample.

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



        <customparameter name="LLRPCommandTimeout" type="long" defaultvalue="0" access="true"/>



<customparameter> example from the profile.xml sample.

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



        <customparameter name="ROSpecID" type="int" defaultvalue="1" access="true"/>



<customparameter> example from the profile.xml sample.

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



        <customparameter name="ROSpecID" type="int" defaultvalue="1" access="true"/>



<customparameter> example from the connection.xml sample.

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



        <customparameter name="inputname" type="String" defaultvalue="input" required="true">
            <description>The input file name</description>
        </customparameter>



<customparameter> example from the adapter.xml sample.

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



        <customparameter name="rate" type="int" defaultvalue="0" access="true"/>



<customparameter> example from the connection.xml sample.

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



        <customparameter name="mode" type="String" defaultvalue="rw" required="false">
            <description>The mode</description>
        </customparameter>



<customparameter> example from the connection.xml sample.

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



        <customparameter name="comport" type="int" defaultvalue="1" required="true">
            <minimum>1</minimum>
            <maximum>99</maximum>
        </customparameter>



<customparameter> example from the connection.xml sample.

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



        <customparameter name="comport" type="int" defaultvalue="1" required="true">
            <description>The communication port number</description>
            <minimum>1</minimum>
            <maximum>99</maximum>
        </customparameter>



<customparameter> example from the connection.xml sample.

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



        <customparameter name="host" type="String" defaultvalue="localhost" required="true"/>



<customparameter> example from the connection.xml sample.

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



        <customparameter name="host" type="String" defaultvalue="localhost" required="true">
            <description>The remote host name or address</description>
        </customparameter>



<customparameter> example from the connection.xml sample.

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



        <customparameter name="host" type="String" defaultvalue="localhost" required="true">
            <description>The host name or address</description>
        </customparameter>



<customparameter> example from the connection.xml sample.

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



        <customparameter name="port" type="int" defaultvalue="8901" required="true">
            <description>The port number</description>
            <minimum>-1</minimum>
            <maximum>999999</maximum>
        </customparameter>



<customparameter> example from the connection.xml sample.

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



        <customparameter name="port" type="int" defaultvalue="8901" required="true">
            <description>The port number</description>
            <minimum>-1</minimum>
            <maximum>999999</maximum>
        </customparameter>



<customparameter> example from the connection.xml sample.

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



        <customparameter name="localhost" type="String" defaultvalue="localhost" required="true">
            <description>The local host name or address</description>
        </customparameter>



<customparameter> example from the connection.xml sample.

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



        <customparameter name="localhost" type="String" defaultvalue="localhost" required="true">
            <description>The local host name or address</description>
        </customparameter>



<customparameter> example from the connection.xml sample.

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



        <customparameter name="port" type="int" defaultvalue="8901" required="true">
            <description>The port number</description>
            <minimum>-1</minimum>
            <maximum>999999</maximum>
        </customparameter>



<customparameter> example from the connection.xml sample.

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



        <customparameter name="url" type="String" defaultvalue="http://localhost" required="true">
            <description>The Uniform Resource Locator (URL)</description>
        </customparameter>




Copyright (c) 2008 IBM. See license in Legal section. 2008-07-29 Device Kit XML Reference 1.1.0