nn::nex::RMCContext::RMCContext Constructor

Syntax

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

Parameters

Name Description
in hTargetStation Specifies the duplicated object handle (DOHandle) of the call target station.
in bSynchronousCall Specifies whether to execute the call synchronously or asynchronously. With synchronous execution (default), control does not return from the caller function until either the RMC returns a value or an error occurs.

Description

Initializes a context.

Revision History

2011/01/28
Initial version.

CONFIDENTIAL