次の方法で共有


SecurityLog.TagWifiDisconnection フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.App.Admin.SecurityLogTags enum directly instead of this field.

デバイスがマネージド WiFi ネットワークから切断されることを示します。

[Android.Runtime.Register("TAG_WIFI_DISCONNECTION", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.SecurityLogTags enum directly instead of this field.", true)]
public const Android.App.Admin.SecurityLogTags TagWifiDisconnection = 210038;
[<Android.Runtime.Register("TAG_WIFI_DISCONNECTION", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.SecurityLogTags enum directly instead of this field.", true)>]
val mutable TagWifiDisconnection : Android.App.Admin.SecurityLogTags

フィールド値

Value = 210038
属性

注釈

デバイスがマネージド WiFi ネットワークから切断されることを示します。 ログ エントリには、配列にObjectカプセル化され、ネットワーク BSSID の最後の 2 オクテット (String"xx:xx:xx:AA:BB") <li> [1] 省略可能な人間が読み取り可能な切断理由、空の文字列 (String) を介してSecurityEvent#getData()<>アクセスできる、イベントに関する次の情報が含まれています。

の Java ドキュメント android.app.admin.SecurityLog.TAG_WIFI_DISCONNECTION

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象