BluetoothAdapter.GetRemoteDevice メソッド

定義

オーバーロード

GetRemoteDevice(String)

指定された BluetoothDevice Bluetooth ハードウェア アドレスの オブジェクトを取得します。

GetRemoteDevice(Byte[])

指定された BluetoothDevice Bluetooth ハードウェア アドレスの オブジェクトを取得します。

GetRemoteDevice(String)

指定された BluetoothDevice Bluetooth ハードウェア アドレスの オブジェクトを取得します。

[Android.Runtime.Register("getRemoteDevice", "(Ljava/lang/String;)Landroid/bluetooth/BluetoothDevice;", "")]
public Android.Bluetooth.BluetoothDevice? GetRemoteDevice (string? address);
[<Android.Runtime.Register("getRemoteDevice", "(Ljava/lang/String;)Landroid/bluetooth/BluetoothDevice;", "")>]
member this.GetRemoteDevice : string -> Android.Bluetooth.BluetoothDevice

パラメーター

address
String

有効な Bluetooth MAC アドレス

戻り値

属性

例外

アドレスが無効な場合

注釈

android.bluetooth.BluetoothAdapter.getRemoteDevice(java.lang.String)Java ドキュメント。

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

適用対象

GetRemoteDevice(Byte[])

指定された BluetoothDevice Bluetooth ハードウェア アドレスの オブジェクトを取得します。

[Android.Runtime.Register("getRemoteDevice", "([B)Landroid/bluetooth/BluetoothDevice;", "")]
public Android.Bluetooth.BluetoothDevice? GetRemoteDevice (byte[]? address);
[<Android.Runtime.Register("getRemoteDevice", "([B)Landroid/bluetooth/BluetoothDevice;", "")>]
member this.GetRemoteDevice : byte[] -> Android.Bluetooth.BluetoothDevice

パラメーター

address
Byte[]

Bluetooth MAC アドレス (6 バイト)

戻り値

属性

例外

アドレスが無効な場合

注釈

android.bluetooth.BluetoothAdapter.getRemoteDevice(byte[])Java ドキュメント。

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

適用対象