ConnectedDeviceBinding
Builder for setting up binding to an object T so that it may be changed by a ConnectableDevice.
Inheritors
Types
Link copied to clipboard
A ConnectedDeviceBinding that assumes the ConnectableDevice being bound to is actually connected and has discovered its RemoteService
Link copied to clipboard
interface RequiresServicesDiscovered<T> : ConnectedDeviceBinding<T> , RequiresServicesDiscoveredBinding.NonMutating<T>
A ConnectedDeviceBinding and RequiresServicesDiscoveredBinding.NonMutating that will only bind whenever a service is discovered.