nn::nex::DOCallContext::DOCallContext Constructor

Syntax

DOCallContext(
     DOHandle hTargetStation = INVALID_DOHANDLE,
     qBool bSynchronousCall = true
);

Parameters

Name Description
in hTargetStation Specifies the duplicated object handle (DOHandle) to the station that is the target of this call. The default argument is INVALID_DOHANDLE.
in bSynchronousCall Specifies whether to execute this call synchronously (where the function does not return until all tasks are complete). The default argument is true (execute synchronously).

Description

Initializes an object.

Revision History

2012/01/26
Initial version.

CONFIDENTIAL