Click or drag to resize

DomainParticipantGetCurrentTimestamp Method

Gets the current value of the timestamp that DDS uses to time-stamp data-writes and to set the reception timestamp for the data-updates it receives.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public ReturnCode GetCurrentTimestamp(
	ref Timestamp currentTime
)

Parameters

currentTime
Type: OpenDDSharp.DDSTimestamp
The Timestamp structure to be filled up.

Return Value

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