nn::nex::OperationManager Class

Syntax

class OperationManager : public nn::nex::RootObject

Description

Manages system operations (Operation) that occur on the system side.

Instances of this class can be created to manage any number of different system operations generated on the system side. An OperationCallback called from OperationManager must first be registered to the manager by RegisterCallback.

The priority set for OperationCallback when it is created must be a value in the range of -1024 to -1 or 1 to 1024, which are not used by the system.

Enumerated Types

Call OperationCallback enumerated type called by OperationManager.

Member Functions

RegisterCallback Specifies the pointer to the callback function for this OperationManager.
UnregisterCallback Unregisters a previously registered OperationCallback from OperationManager.

Class Hierarchy

nn::nex::RootObject
  nn::nex::OperationManager

Revision History

2011/01/27
Initial version.

CONFIDENTIAL