Click or drag to resize

DataWriterListenerOnLivelinessLost Method

Handles the LivelinessLostStatus communication status.

The LivelinessLostStatus indicates that the liveliness that the DataWriter committed through its Liveliness QoS has not been respected. This means that any connected DataReaders will consider this DataWriter no longer active

Namespace:  OpenDDSharp.OpenDDS.DCPS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public abstract void OnLivelinessLost(
	DataWriter writer,
	LivelinessLostStatus status
)

Parameters

writer
Type: OpenDDSharp.DDSDataWriter
The DataWriter that triggered the event.
status
Type: OpenDDSharp.DDSLivelinessLostStatus
The current LivelinessLostStatus.
See Also