BluetoothRadio Class

Represents a local Bluetooth Radio device.

Definition

Namespace: InTheHand.Net.Bluetooth
Assembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public sealed class BluetoothRadio : IDisposable
Inheritance
Object    BluetoothRadio
Implements
IDisposable

Properties

Default Returns the default Bluetooth radio (if present).
LocalAddress Get the address of the local Bluetooth radio device.
Mode Gets or sets the Scan Mode of the radio.
Name Returns the friendly name of the local Bluetooth radio.

Methods

DisposeReleases all resources used by the BluetoothRadio
Equals
(Inherited from Object)
Finalize
(Overrides ObjectFinalize)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
ToString
(Inherited from Object)

See Also