SubscriptionResult
Result from calling RemoteCharacteristic.subscribe
Inheritors
Types
Link copied to clipboard
data class DidSubscribe(val subscription: RemoteCharacteristic.Subscription) : RemoteCharacteristic.SubscriptionResult
The subscription was successful
Link copied to clipboard
data class FailedToSubscribe(val response: GattResponse.WriteError) : RemoteCharacteristic.SubscriptionResult
The subscription failed
Properties
Link copied to clipboard
The response of the Subscription attempt
Link copied to clipboard
The Subscription to use to remove the subscription if subscription succeeded.