MloLink.LinkId 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 link id of this link.
public int LinkId { [Android.Runtime.Register("getLinkId", "()I", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getLinkId", "()I", "", ApiSince=33)>]
member this.LinkId : int
Property Value
#INVALID_MLO_LINK_ID
or a valid value (0-15).
- Attributes
Remarks
Returns the link id of this link. Valid values are 0-15, as described in IEEE 802.11be Specification, section 9.4.2.295b.2.
Java documentation for android.net.wifi.MloLink.getLinkId()
.
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.