<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2008 IBM.                                                -->
<!-- All rights reserved. This program and the accompanying materials       -->
<!-- are made available under the terms of the Eclipse Public License v1.0  -->
<!-- which accompanies this distribution, and is available at               -->
<!-- http://www.eclipse.org/legal/epl-v10.html                              -->
<!--                                                                        -->
<!-- Contributors:                                                          -->
<!--     IBM - initial API and implementation                               -->
<!-- WARNING:                                                               -->
<!-- Consult the hardware manufacturer's technical specifications and User  -->
<!-- Guide for proper usage of the hardware before you use the Device Kit.  -->
<!-- Improper usage may result in damage to the hardware.                   -->

<dkml>
	<connection id="UdpMultiplexConnection" packagebase="org.eclipse.soda.dk"
			superclass="MultiplexConnection">
		<description>User Datagram Protocol/Internet Protocol (UDP/IP) MultiplexConnection</description>
		<history>
			<description>Initial version</description>
			<version>1.2.0</version>
		</history>
		<provider>Eclipse.org</provider>
		<version>1.2.0</version>
		<vendor>IBM</vendor>
		<incubation>true</incubation>
<!-- Protocol Specification         -->

		<spec id="Specification"/>
		<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 name="localport" type="int" defaultvalue="0" required="false">
			<description>The local port number on the host</description>
			<displayname>Local port</displayname>
			<minimum>-1</minimum>
		</customparameter>
		<customparameter name="remotehost" type="String" defaultvalue="localhost" required="true">
			<description>The remote host name or address</description>
			<displayname>Remote host</displayname>
		</customparameter>
		<customparameter name="remoteport" type="int" defaultvalue="-1" required="true">
			<description>The remote port number on the host</description>
			<displayname>Remote port</displayname>
			<minimum>-1</minimum>
		</customparameter>
		<customparameter name="readsize" type="int" defaultvalue="-1" required="false">
			<description>The read size value in bytes</description>
			<displayname>Read size</displayname>
			<minimum>-1</minimum>
		</customparameter>
		<customparameter name="writesize" type="int" defaultvalue="-1" required="false">
			<description>The write size value in bytes</description>
			<displayname>Write size</displayname>
			<minimum>-1</minimum>
		</customparameter>
		<bundle/>
		<managedbundle/>
		<managedfactorybundle/>
	</connection>
</dkml>