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
Private
Inherited
Theme
OS
Light
Dark
On This Page
android
characteristicUUID
ios
peripheralUUID
serviceUUID
value
Connect to and interact with Bluetooth LE peripherals
CallbackType
MatchMode
MatchNum
ScanMode
Bluetooth
BluetoothError
AdvertismentData
Characteristic
ConnectOptions
DisconnectOptions
DiscoverCharacteristicsOptions
DiscoverOptions
DiscoverServicesOptions
MtuOptions
Peripheral
ReadOptions
ReadResult
Service
StartNotifyingOptions
StartScanningOptions
StopNotifyingOptions
Loading...
Generated using
TypeDoc
Response object for the read function