urn:schemas-cosylab-com:BulkDataNTReceiver:1.0
complexType transportMulticastSettings

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:schemas-cosylab-com:BulkDataNTReceiver:1.0}transportMulticastSettings (restriction)

Documentation
                Type representing a list of multicast locators.
                A multicast locator specifies a transport class, a multicast address, and a multicast port number on which messages can be received by an entity.
            
Properties
This component is not nillable.

Model
<...>
(transports? ; receive_address? ; receive_port?)
</...>


Nested Element Summary
inetAddressreceive_address
          
nonNegativeIntegerreceive_port
          
stringSeqtransports
          
Source
<xs:complexType name="transportMulticastSettings">
<xs:all>
<xs:element maxOccurs="1" minOccurs="0" name="transports" type="stringSeq"/>
<xs:element maxOccurs="1" minOccurs="0" name="receive_address" type="inetAddress"/>
<xs:element maxOccurs="1" minOccurs="0" name="receive_port" type="nonNegativeInteger"/>
</xs:all>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.