MacAddress.BroadcastAddress 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.
The MacAddress representing the unique broadcast MAC address.
[Android.Runtime.Register("BROADCAST_ADDRESS", ApiSince=28)]
public static Android.Net.MacAddress? BroadcastAddress { get; }
[<Android.Runtime.Register("BROADCAST_ADDRESS", ApiSince=28)>]
static member BroadcastAddress : Android.Net.MacAddress
Property Value
- Attributes
Remarks
The MacAddress representing the unique broadcast MAC address.
Java documentation for android.net.MacAddress.BROADCAST_ADDRESS
.
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.