public override void on_sample_lost( DDS.DataReader reader, ref DDS.SampleLostStatus status) { Console.WriteLine("ParticipantListener: on_sample_lost()"); }
public override void on_sample_lost( DDS.DataReader reader, ref DDS.SampleLostStatus status) { }
public virtual void OnSampleLost(IDataReader entityInterface, SampleLostStatus status) { }
public ReturnCode GetSampleLostStatus(ref SampleLostStatus status) { if (status == null) status = new SampleLostStatus(); return Gapi.DataReader.get_sample_lost_status(GapiPeer, status); }
public void OnSampleLost( IDataReader the_reader, SampleLostStatus status) { }
public void OnSampleLost(IDataReader entityInterface, SampleLostStatus status) { Console.WriteLine("=== [ListenerDataListener::OnRequestedIncompatibleQos] : triggered"); }