Click or drag to resize

SubscriberListenerOnLivelinessChanged Method

Handles the LivelinessChangedStatus communication status.

The LivelinessChangedStatus indicates that there have been liveliness changes for one or more DataWriters that are publishing instances for this DataReader.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public abstract void OnLivelinessChanged(
	DataReader reader,
	LivelinessChangedStatus status
)

Parameters

reader
Type: OpenDDSharp.DDSDataReader
The DataReader that triggered the event.
status
Type: OpenDDSharp.DDSLivelinessChangedStatus
The current LivelinessChangedStatus.
See Also