BluetoothAdapter.CheckBluetoothAddress(String) メソッド

定義

"00:43:A8:23:10:F0" などの文字列Bluetooth アドレスを検証する

[Android.Runtime.Register("checkBluetoothAddress", "(Ljava/lang/String;)Z", "")]
public static bool CheckBluetoothAddress(string? address);
[<Android.Runtime.Register("checkBluetoothAddress", "(Ljava/lang/String;)Z", "")>]
static member CheckBluetoothAddress : string -> bool

パラメーター

address
String

アドレスを文字列としてBluetoothする

返品

アドレスが有効な場合は true、それ以外の場合は false

属性

注釈

Javaドキュメント。

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

適用対象