|
|
customparameter | Device Kit |
<customparameter> examples |
Device Kit Attributes Elements XML Reference |
<customparameter> example from the profile.xml sample.
<?xml version="1.0" encoding="UTF-8"?>
<customparameter name="gpiPortCount" type="int" defaultvalue="4" 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"/>
<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"/>
<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">
<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"/>
<customparameter> example from the connection.xml sample.
<?xml version="1.0" encoding="UTF-8"?>
<customparameter name="port" type="int" defaultvalue="8901" required="true">
<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"/>
| Copyright (c) 2008 IBM. See license in Legal section. | 2008-02-07 | Device Kit XML Reference 1.1.0 |