다음을 통해 공유


MloLink.MloLinkStateUnassociated Field

Definition

Caution

This constant will be removed in the future version. Use Android.Net.Wifi.MloLinkState enum directly instead of this field.

MLO link state: Link is not associated with the access point.

[Android.Runtime.Register("MLO_LINK_STATE_UNASSOCIATED", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.Wifi.MloLinkState enum directly instead of this field.", true)]
public const Android.Net.Wifi.MloLinkState MloLinkStateUnassociated = 1;
[<Android.Runtime.Register("MLO_LINK_STATE_UNASSOCIATED", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.Wifi.MloLinkState enum directly instead of this field.", true)>]
val mutable MloLinkStateUnassociated : Android.Net.Wifi.MloLinkState

Field Value

Value = 1

Implements

Attributes

Remarks

MLO link state: Link is not associated with the access point. Used in {link #getState()}

Java documentation for android.net.wifi.MloLink.MLO_LINK_STATE_UNASSOCIATED.

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