BundleStatusCallback
Overview
Related Modules:
Description:
Defines the application state callback information.
Summary
Data Fields
Variable Name |
Description |
---|---|
char |
|
void |
|
Details
Field Documentation
bundleName
char* BundleStatusCallback::bundleName
Description:
Pointer to the bundle name of the application that the callback listens to. If this parameter is set to nullptr, the callback listens to all applications in the system.
callBack
[BundleStateCallback]($api-api-SmartVision-Devices-BundleManager.md#gad7ea6d0bf78db2d59e6d339c31819885) BundleStatusCallback::callBack
Description:
Callback to be invoked upon application state changes.
data
void* BundleStatusCallback::data
Description:
Pointer to the registered data that will be used by BundleStateCallback.