Click or drag to resize

ParticipantBuiltinTopicDataDataReaderTakeInstance Method (ListParticipantBuiltinTopicData, ListSampleInfo, InstanceHandle)

[Missing <summary> documentation for "M:OpenDDSharp.DDS.ParticipantBuiltinTopicDataDataReader.TakeInstance(System.Collections.Generic.List{OpenDDSharp.DDS.ParticipantBuiltinTopicData},System.Collections.Generic.List{OpenDDSharp.DDS.SampleInfo},OpenDDSharp.DDS.InstanceHandle)"]

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public ReturnCode TakeInstance(
	List<ParticipantBuiltinTopicData> receivedData,
	List<SampleInfo> receivedInfo,
	InstanceHandle handle
)

Parameters

receivedData
Type: System.Collections.GenericListParticipantBuiltinTopicData

[Missing <param name="receivedData"/> documentation for "M:OpenDDSharp.DDS.ParticipantBuiltinTopicDataDataReader.TakeInstance(System.Collections.Generic.List{OpenDDSharp.DDS.ParticipantBuiltinTopicData},System.Collections.Generic.List{OpenDDSharp.DDS.SampleInfo},OpenDDSharp.DDS.InstanceHandle)"]

receivedInfo
Type: System.Collections.GenericListSampleInfo

[Missing <param name="receivedInfo"/> documentation for "M:OpenDDSharp.DDS.ParticipantBuiltinTopicDataDataReader.TakeInstance(System.Collections.Generic.List{OpenDDSharp.DDS.ParticipantBuiltinTopicData},System.Collections.Generic.List{OpenDDSharp.DDS.SampleInfo},OpenDDSharp.DDS.InstanceHandle)"]

handle
Type: OpenDDSharp.DDSInstanceHandle

[Missing <param name="handle"/> documentation for "M:OpenDDSharp.DDS.ParticipantBuiltinTopicDataDataReader.TakeInstance(System.Collections.Generic.List{OpenDDSharp.DDS.ParticipantBuiltinTopicData},System.Collections.Generic.List{OpenDDSharp.DDS.SampleInfo},OpenDDSharp.DDS.InstanceHandle)"]

Return Value

Type: ReturnCode

[Missing <returns> documentation for "M:OpenDDSharp.DDS.ParticipantBuiltinTopicDataDataReader.TakeInstance(System.Collections.Generic.List{OpenDDSharp.DDS.ParticipantBuiltinTopicData},System.Collections.Generic.List{OpenDDSharp.DDS.SampleInfo},OpenDDSharp.DDS.InstanceHandle)"]

See Also