|
|
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 xml:lang="en">The communication port number</description>
<displayname>Communication port</displayname>
<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="false"/>
<customparameter> example from the connection.xml sample.
<?xml version="1.0" encoding="UTF-8"?>
<customparameter name="host" type="String" defaultvalue="localhost" required="false">
<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="false">
<description>The remote host name or address</description>
<deprecated/>
</customparameter>
<customparameter> example from the connection.xml sample.
<?xml version="1.0" encoding="UTF-8"?>
<customparameter name="port" type="int" defaultvalue="8901" required="false">
<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="0.0.0.0" required="false">
<description>The local host name or address to bind to</description>
</customparameter>
<customparameter> example from the connection.xml sample.
<?xml version="1.0" encoding="UTF-8"?>
<customparameter name="localhost" type="String" defaultvalue="0.0.0.0" 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="0.0.0.0" required="false">
<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="0.0.0.0" required="false">
<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="0.0.0.0" required="false">
<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="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-09-10 | Device Kit XML Reference 1.1.0 |