class CallbackRoot : public nn::nex::RootObject
Root class for callbacks that are called when asynchronous processing ends.
This is the root class for user-defined callbacks. If you register a class that inherits from CallbackRoot
using the CallContext::RegisterCompletionCallback
function, the object is destroyed after the CallbackRootCallObjectMethod
function is called at the end of asynchronous processing.
nn::nex::RootObject
nn::nex::CallbackRoot
CONFIDENTIAL