Click or drag to resize

ReliabilityQosPolicyKind Enumeration

This enumeration defines the valid kinds of the ReliabilityQosPolicy Kind.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public enum ReliabilityQosPolicyKind
Members
  Member nameValueDescription
BestEffortReliabilityQos0 Makes no promises as to the reliability of the samples and could be expected to drop samples under some circumstances.
ReliableReliabilityQos1 Indicates that the service should eventually deliver all values to eligible data readers.
See Also