DOHandle GetTargetStation();
None.
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.
CONFIDENTIAL