OobResponderRangingConfig.DeviceHandle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.