ResponderConfig.UsdPeerId 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 USD peer identifier of the responder.
public int UsdPeerId { [Android.Runtime.Register("getUsdPeerId", "()I", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getUsdPeerId", "()I", "", ApiSince=37)>]
member this.UsdPeerId : int
Property Value
The peer ID of the USD responder, or -1 if not set.
- Attributes
Remarks
Returns the USD peer identifier of the responder.
This value is non-negative if the responder is a USD peer and was configured using a peer ID (via ResponderConfig.Builder.setUsdPeerId(int)). The peer ID is an opaque identifier for a specific USD peer discovered during USD discovery operations.
Android reference for android.net.wifi.rtt.ResponderConfig.getUsdPeerId.
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.