|
|
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"?>
<!-- custom parameters in order of the constructor -->
<customparameter name="inputpath" type="String" defaultvalue="" required="false">
<description>The input file path</description>
<displayname>Input path</displayname>
</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"?>
<!-- custom parameters in order of the constructor -->
<customparameter name="path" type="String" defaultvalue="" required="false">
<description>The path</description>
<displayname>Path</displayname>
</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>
<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="comport" type="int" defaultvalue="1" required="true">
<description>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"?>
<!-- custom parameters in order of the constructor -->
<customparameter name="localhost" type="String" defaultvalue="0.0.0.0" required="false">
<description>The local host name or address</description>
<displayname>Local host</displayname>
</customparameter>
<customparameter> example from the connection.xml sample.
<?xml version="1.0" encoding="UTF-8"?>
<!-- custom parameters in order of the constructor -->
<customparameter name="localhost" type="String" defaultvalue="0.0.0.0" required="false">
<description>The local host name or address</description>
<displayname>Local host</displayname>
</customparameter>
<customparameter> example from the connection.xml sample.
<?xml version="1.0" encoding="UTF-8"?>
<customparameter name="remotehost" type="String" defaultvalue="localhost" required="false">
<description>The remote host name or address</description>
<displayname>Remote host</displayname>
</customparameter>
<customparameter> example from the connection.xml sample.
<?xml version="1.0" encoding="UTF-8"?>
<!-- custom parameters in order of the constructor -->
<customparameter name="localhost" type="String" defaultvalue="0.0.0.0" required="false">
<description>The local host name or address</description>
<displayname>Local host</displayname>
</customparameter>
<customparameter> example from the connection.xml sample.
<?xml version="1.0" encoding="UTF-8"?>
<!-- List the custom parameters in order of the constructor to use -->
<customparameter name="localhost" type="String" defaultvalue="0.0.0.0" required="false">
<description>The local host name or address to bind to</description>
<displayname>Local host</displayname>
</customparameter>
<customparameter> example from the connection.xml sample.
<?xml version="1.0" encoding="UTF-8"?>
<!-- custom parameters in order of the constructor -->
<customparameter name="localhost" type="String" defaultvalue="0.0.0.0" required="false">
<description>The local host name or address</description>
<displayname>Local host</displayname>
</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>
<displayname>Local host</displayname>
</customparameter>
<customparameter> example from the connection.xml sample.
<?xml version="1.0" encoding="UTF-8"?>
<!-- custom parameters in order of the constructor -->
<customparameter name="localhost" type="String" defaultvalue="0.0.0.0" required="false">
<description>The local host name or address</description>
<displayname>Local host</displayname>
</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>
<displayname>Local host</displayname>
</customparameter>
<customparameter> example from the connection.xml sample.
<?xml version="1.0" encoding="UTF-8"?>
<!-- custom parameters in order of the constructor -->
<customparameter name="url" type="String" defaultvalue="http://localhost" required="true">
<description>The Uniform Resource Locator (URL)</description>
<displayname>URL</displayname>
</customparameter>
| Copyright (c) 2009 IBM. See license in Legal section. | 2009-01-22 | Device Kit XML Reference 1.2.0 |