Click or drag to resize

TransportPriorityQosPolicy Class

The purpose of this QoS is to allow the application to take advantage of transports capable of sending messages with different priorities.
Inheritance Hierarchy
SystemObject
  OpenDDSharp.DDSTransportPriorityQosPolicy

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public class TransportPriorityQosPolicy

The TransportPriorityQosPolicy type exposes the following members.

Properties
  NameDescription
Public propertyValue
Gets or sets the transport priority value.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
This policy is considered a hint. The policy depends on the ability of the underlying transports to set a priority on the messages they send. Any value within the range of a 32-bit signed integer may be chosen; higher values indicate higher priority.
See Also