mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-04-03 05:11:55 +08:00
parent
683b808f27
commit
74971feb98
@ -60,6 +60,13 @@ export class BluetoothSerial {
|
|||||||
})
|
})
|
||||||
static connectInsecure(macAddress: string): Observable<any> { return; }
|
static connectInsecure(macAddress: string): Observable<any> { return; }
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disconnect from the connected device
|
||||||
|
* @returns {Promise<any>}
|
||||||
|
*/
|
||||||
|
@Cordova()
|
||||||
|
static disconnect(): Promise<any> { return; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Writes data to the serial port
|
* Writes data to the serial port
|
||||||
* @param {any} data ArrayBuffer of data
|
* @param {any} data ArrayBuffer of data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user