mstOnPrepare
Start from API_LEVEL
3.0. Please refer to API_LEVEL.
Register the prepare operation callback function.
Type
function mstOnPrepare(callback: Callback): Result
Parameters
Callback
| Type | Description |
|---|---|
(profile: Profile, status: Status) => void | Listening to the prepare event callback function |
Profile
| Type | Description |
|---|---|
number | Profile pointer |
Status
| Type | Description |
|---|---|
number | Status, 0 indicates success |
Result
| Type | Description |
|---|---|
boolean | The result of the function call, true means success, false means failure |
Example
import { mstOnPrepare } from '@zos/ble'
// ...