class OperationManager : public nn::nex::RootObject
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.
Call | OperationCallback enumerated type called by OperationManager . |
---|
RegisterCallback | Specifies the pointer to the callback function for this OperationManager . |
|
---|---|---|
UnregisterCallback | Unregisters a previously registered OperationCallback from OperationManager . |
nn::nex::RootObject
nn::nex::OperationManager
CONFIDENTIAL