Condividi tramite


BluetoothAdapter.CheckBluetoothAddress(String) Metodo

Definizione

Convalidare un indirizzo Bluetooth stringa, ad esempio "00:43:A8:23:10:F0"

[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

Parametri

address
String

Indirizzo Bluetooth come stringa

Restituisce

true se l'indirizzo è valido; in caso contrario, false

Attributi

Commenti

Documentazione java per android.bluetooth.BluetoothAdapter.checkBluetoothAddress(java.lang.String).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a