Click or drag to resize

TopicGetInconsistentTopicStatus Method

This method allows the application to retrieve the InconsistentTopicStatus of the Topic.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public ReturnCode GetInconsistentTopicStatus(
	ref InconsistentTopicStatus status
)

Parameters

status
Type: OpenDDSharp.DDSInconsistentTopicStatus
The InconsistentTopicStatus structure to be fill up.

Return Value

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