Click or drag to resize

LivelinessQosPolicyKind Enumeration

This enumeration defines the valid kinds of the LivelinessQosPolicy Kind.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public enum LivelinessQosPolicyKind
Members
  Member nameValueDescription
AutomaticLivelinessQos0 Means that the service will send a liveliness indication if the participant has not sent any network traffic for the LeaseDuration
ManualByParticipantLivelinessQos1 requires only that one Entity within the publisher is asserted to be alive to deduce all other Entity objects within the same DomainParticipant are also alive.
ManualByTopicLivelinessQos2 Requires that at least one instance within the DataWriter is asserted.
See Also