語言

MacAddress.TypeBroadcast 欄位

定義

警告

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

表示 MAC 位址即為廣播位址。

[Android.Runtime.Register("TYPE_BROADCAST", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.MacAddressType enum directly instead of this field.", true)]
public const Android.Net.MacAddressType TypeBroadcast = 3;
[<Android.Runtime.Register("TYPE_BROADCAST", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.MacAddressType enum directly instead of this field.", true)>]
val mutable TypeBroadcast : Android.Net.MacAddressType

欄位值

Value = 3

實作

屬性

備註

Java 文件 android.net.MacAddress.TYPE_BROADCAST

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於