BluetoothDeviceInfo Class

Provides information about an available device obtained by the client during device discovery.

Definition

Namespace: InTheHand.Net.Sockets
Assembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public sealed class BluetoothDeviceInfo : IEquatable<BluetoothDeviceInfo>
Inheritance
Object    BluetoothDeviceInfo
Implements
IEquatableBluetoothDeviceInfo

Constructors

BluetoothDeviceInfoInitializes a new instance of the BluetoothDeviceInfo class

Properties

Authenticated Specifies whether the device is authenticated, paired, or bonded. All authenticated devices are remembered.
ClassOfDevice Returns the Class of Device of the remote device.
Connected Specifies whether the device is connected.
DeviceAddress Gets the device identifier.
DeviceName Gets the name of a device.
InstalledServices Returns a list of services which are already installed for use on the calling machine.

Methods

Equals(BluetoothDeviceInfo) Compares two BluetoothDeviceInfo instances for equality.
Equals(Object)
(Overrides ObjectEquals(Object))
GetHashCode
(Overrides ObjectGetHashCode)
GetRfcommServicesAsync 
GetType
(Inherited from Object)
Refresh Forces the system to refresh the device information.
SetServiceState Enables or disables services for a Bluetooth device.
ToString
(Inherited from Object)

See Also