Skip to content
This repository was archived by the owner on Nov 22, 2021. It is now read-only.

BluetoothDevice

Víctor Daniel Guevara edited this page Jun 18, 2020 · 1 revision

Represents a Bluetooth device.

public struct BluetoothDevice

Fields

BluetoothDevice.name

The name of the device.

public string name

BluetoothDevice.address

The MAC adress of the device.

public string address

Clone this wiki locally