MloLink.StaMacAddress 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 STA MAC address of this link.
public Android.Net.MacAddress? StaMacAddress { [Android.Runtime.Register("getStaMacAddress", "()Landroid/net/MacAddress;", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getStaMacAddress", "()Landroid/net/MacAddress;", "", ApiSince=33)>]
member this.StaMacAddress : Android.Net.MacAddress
Property Value
STA MAC address assigned for this link, or null in the following cases: <ul> <li> The caller has insufficient permissions to access the STA MAC Address </li> <li> Link is not associated, hence no MAC address is assigned to it by STA </li> </ul>
- Attributes
Remarks
Returns the STA MAC address of this link.
Java documentation for android.net.wifi.MloLink.getStaMacAddress()
.
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.