UNPKG

@nativescript-community/nordic-dfu

Version:

A NativeScript plugin for performing Nordic Bluetooth device firmware updates.

11 lines (10 loc) 348 B
import { DfuServiceControllerCommon } from './common'; export declare class DfuServiceController extends DfuServiceControllerCommon { private readonly mNative; constructor(native: no.nordicsemi.android.dfu.DfuServiceController); pause(): void; resume(): void; abort(): void; isPaused(): boolean; isAborted(): boolean; }