Click or drag to resize

DataWriterGetOfferedIncompatibleQosStatus Method

Allows access to the OfferedIncompatibleQosStatus communication status.

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

Parameters

status
Type: OpenDDSharp.DDSOfferedIncompatibleQosStatus
The OfferedIncompatibleQosStatus to be filled up.

Return Value

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