nn::nex::DOCallContext::GetTargetStation Member Function

Syntax

DOHandle GetTargetStation();

Parameters

None.

Return Values

Returns the target station of the call.

Description

Gets the target station of the call.

Usually, this function returns a duplicated object handle (DOHandle) to the station set by the SetTargetStation function. However, for remote method calls (RMCs) for which a OneWayCall flag (see Flags) has not been set, this function returns the station specified by the SetTargetStation function or the CallOnMaster or CallOnLocalStation flag. If the OneWayCall flag has been set, this function returns the station set by the SetTargetStation function regardless of other target stations for which other flags have been set.

See Also

SetTargetStation

Revision History

2011/01/27
Initial version.

CONFIDENTIAL