Kotlin-BLE-Library
Toggle table of contents
2.0.0-alpha05
jvm
Platform filter
jvm
Switch theme
Search in API
Kotlin-BLE-Library
client-core
/
no.nordicsemi.kotlin.ble.client
/
RemoteService
Remote
Service
abstract
class
RemoteService
:
PrimaryService
<
RemoteCharacteristic
>
,
AnyRemoteService
A GATT service on a remote connected peripheral device.
Members
Constructors
Remote
Service
Link copied to clipboard
constructor
(
)
Properties
characteristics
Link copied to clipboard
abstract
val
characteristics
:
List
<
RemoteCharacteristic
>
included
Services
Link copied to clipboard
abstract
val
includedServices
:
List
<
IncludedService
<
RemoteCharacteristic
>
>
instance
Id
Link copied to clipboard
abstract
val
instanceId
:
Int
owner
Link copied to clipboard
open
override
var
owner
:
Peripheral
<
*
,
*
>
?
uuid
Link copied to clipboard
abstract
val
uuid
:
Uuid