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

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

Documentation
                Since data samples are sent independently over networks that may deliver packets out
                of order, the PRESENTATION QoS policy allows you to control
                how a Subscriber sorts
                and orders the received samples in the DataReader's queue.
            
Properties
This component is not nillable.

Model
<...>
(access_scope? ; coherent_access? ; ordered_access?)
</...>


Nested Element Summary
subscriberPresentationAccessScopeKindaccess_scope
          
booleancoherent_access
          
booleanordered_access
          
Source
<xs:complexType name="subscriberPresentationQosPolicy">
<xs:all>
<xs:element default="INSTANCE_PRESENTATION_QOS" maxOccurs="1" minOccurs="0" name="access_scope" type="subscriberPresentationAccessScopeKind"/>
<xs:element default="false" maxOccurs="1" minOccurs="0" name="coherent_access" type="boolean"/>
<xs:element default="false" maxOccurs="1" minOccurs="0" name="ordered_access" 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.