Share via


MloLink.State Property

Definition

Returns the state of this link as one of: #MLO_LINK_STATE_INVALID#MLO_LINK_STATE_UNASSOCIATED#MLO_LINK_STATE_IDLE#MLO_LINK_STATE_ACTIVE

public int State { [Android.Runtime.Register("getState", "()I", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getState", "()I", "", ApiSince=33)>]
member this.State : int

Property Value

Attributes

Remarks

Returns the state of this link as one of: #MLO_LINK_STATE_INVALID#MLO_LINK_STATE_UNASSOCIATED#MLO_LINK_STATE_IDLE#MLO_LINK_STATE_ACTIVE

Java documentation for android.net.wifi.MloLink.getState().

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