Eclipse.org Eclipse.org

transport.xml sample

Attributes Elements XML Reference

<dkml>
    <transport id="MatrixLcdTransport" packagebase="org.eclipse.soda.dk">
        <description>Matrix Lcd Transport</description>
        <provider>Eclipse.org</provider>
        <version>1.0.0</version>
        <vendor>IBM</vendor>
        <spec id="Specification"/>
        <serial>
            <baudrate>19200</baudrate>
            <comport>1</comport>
            <databits>8</databits>
            <parity>none</parity>
            <readintervaltimeout>100</readintervaltimeout>
            <readtotaltimeout>1000</readtotaltimeout>
            <writetotaltimeout>100</writetotaltimeout>
        </serial>
        <tcpip>
            <host>localhost</host>
            <remoteport>9234</remoteport>
        </tcpip>
        <bundle/>
        <managedbundle/>
        <managedfactorybundle/>
    </transport>
</dkml>


id element
"MatrixLcdTransport" <transport>
"Specification" <spec>
element id
<spec> "Specification"
<transport> "MatrixLcdTransport"

Copyright (c) 2007 IBM XML Reference 1.0.0