Nativescript Doc
Preparing search index...
The search index is not available
Connect to and interact with Bluetooth LE peripherals
Connect to and interact with Bluetooth LE peripherals
ReadResult
Interface ReadResult
Response object for the read function
interface
ReadResult
{
android
?:
any
;
characteristicUUID
:
string
;
ios
?:
any
;
peripheralUUID
:
string
;
serviceUUID
:
string
;
value
:
ArrayBuffer
;
}
Hierarchy
CRUDOptions
ReadResult
Index
Properties
android?
characteristicUUID
ios?
peripheralUUID
serviceUUID
value
Properties
Optional
android
android
?:
any
characteristicUUID
characteristicUUID
:
string
Optional
ios
ios
?:
any
peripheralUUID
peripheralUUID
:
string
serviceUUID
serviceUUID
:
string
value
value
:
ArrayBuffer
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
android
characteristicUUID
ios
peripheralUUID
serviceUUID
value
Nativescript Doc
Connect to and interact with Bluetooth LE peripherals
Loading...
Response object for the read function