BundleStatusCallback

Overview

Related Modules:

BundleManager

Description:

Defines the application state callback information.

Summary

Data Fields

Variable Name Description
bundleName char
data void
callBack BundleStateCallback

Details

Field Documentation

bundleName


1. 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


1. [BundleStateCallback]($api-api-SmartVision-Devices-BundleManager.md#gad7ea6d0bf78db2d59e6d339c31819885) BundleStatusCallback::callBack

Description:

Callback to be invoked upon application state changes.

data


1. void* BundleStatusCallback::data

Description:

Pointer to the registered data that will be used by BundleStateCallback.