ObserveBuilder
Builder for setting up binding to an object T so that it may be changed when the Notification from a RemoteCharacteristic changed.
Inheritors
Types
Link copied to clipboard
interface Mutating<T, Notification> : RemoteCharacteristicBinding.ObserveBuilder<T, Notification, T>
A ObserveBuilder that mutates the object when a RemoteCharacteristic receives a Notification.
Link copied to clipboard
interface NonMutating<T, Notification> : RemoteCharacteristicBinding.ObserveBuilder<T, Notification, Unit>
A ObserveBuilder that does not mutate the object when a RemoteCharacteristic receives a Notification.
Functions
Link copied to clipboard
Sets up a Transformation when a Notification is received from a RemoteCharacteristic.