OobResponderRangingConfig.DeviceHandle Property

Definition

Returns the DeviceHandle associated with this OOB responder.

public Android.Ranging.Oob.DeviceHandle DeviceHandle { [Android.Runtime.Register("getDeviceHandle", "()Landroid/ranging/oob/DeviceHandle;", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getDeviceHandle", "()Landroid/ranging/oob/DeviceHandle;", "", ApiSince=36)>]
member this.DeviceHandle : Android.Ranging.Oob.DeviceHandle

Property Value

The DeviceHandle of the OOB responder.

Attributes

Remarks

Returns the DeviceHandle associated with this OOB responder.

Java documentation for android.ranging.oob.OobResponderRangingConfig.getDeviceHandle().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to