Click or drag to resize

TopicSetListener Method (TopicListener)

Sets the TopicListener using the DefaultStatusMask.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public ReturnCode SetListener(
	TopicListener listener
)

Parameters

listener
Type: OpenDDSharp.DDSTopicListener
The TopicListener to be set.

Return Value

Type: ReturnCode
The ReturnCode that indicates the operation result.
See Also