UNPKG

@nativescript-community/nordic-dfu

Version:

A NativeScript plugin for performing Nordic Bluetooth device firmware updates.

10 lines (9 loc) 254 B
import { DFUControllerCommon } from './common'; export declare class DFUController extends DFUControllerCommon { private readonly mNative; pause(): void; resume(): void; abort(): void; isPaused(): boolean; isAborted(): boolean; }