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

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

Documentation
                <<RTI Extension>>
                The DISCOVERY QoS configures how DomainParticipants discover each other on the
                network.
            
Properties
This component is not nillable.

Model
<...>
(enabled_transports? ; multicast_receive_addresses? ; metatraffic_transport_priority? ; initial_peers? ; accept_unknown_peers?)
</...>


Nested Element Summary
booleanaccept_unknown_peers
          
stringSeqenabled_transports
          
stringSeqinitial_peers
          
nonNegativeIntegermetatraffic_transport_priority
          
inetAddressSeqmulticast_receive_addresses
          
Source
<xs:complexType name="discoveryQosPolicy">
<xs:all>
<xs:element maxOccurs="1" minOccurs="0" name="enabled_transports" type="stringSeq"/>
<xs:element maxOccurs="1" minOccurs="0" name="multicast_receive_addresses" type="inetAddressSeq"/>
<xs:element maxOccurs="1" minOccurs="0" name="metatraffic_transport_priority" type="nonNegativeInteger"/>
<xs:element maxOccurs="1" minOccurs="0" name="initial_peers" type="stringSeq"/>
<xs:element maxOccurs="1" minOccurs="0" name="accept_unknown_peers" type="boolean"/>
</xs:all>
</xs:complexType>


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