Provides information about an available device obtained by the client during device discovery.
| C# | Visual Basic |
public class BluetoothDeviceInfo : IComparable
Public Class BluetoothDeviceInfo _ Implements IComparable
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| BluetoothDeviceInfo(BluetoothAddress) |
Initializes an instance of the BluetoothDeviceInfo class
for the device with the given address.
| |
| Authenticated |
Specifies whether the device is authenticated, paired, or bonded. All authenticated devices are remembered.
| |
| BeginGetServiceRecords(Guid, AsyncCallback, Object) |
Begins an asynchronous Service Record lookup query.
| |
| ClassOfDevice |
Returns the Class of Device of the remote device.
| |
| Connected |
Specifies whether the device is connected.
| |
| DeviceAddress |
Gets the device identifier.
| |
| DeviceName |
Gets a name of a device.
| |
| EndGetServiceRecords(IAsyncResult) |
Ends an asynchronous Service Record lookup query.
| |
| Equals(Object) |
Compares two BluetoothDeviceInfo instances for equality.
(Overrides Object.Equals(Object).) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Returns the hash code for this instance.
(Overrides Object.GetHashCode()()().) | |
| GetServiceRecords(Guid) |
Run an SDP query on the device’s Service Discovery Database.
| |
| GetServiceRecordsUnparsed(Guid) |
Run an SDP query on the device’s Service Discovery Database,
returning the raw byte rather than a parsed record.
| |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| InstalledServices |
Returns a list of services which are already installed for use on the calling machine.
| |
| LastSeen |
Date and Time this device was last seen by the system.
| |
| LastUsed |
Date and Time this device was last used by the system.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Refresh()()() |
Forces the system to refresh the device information.
| |
| Remembered |
Specifies whether the device is a remembered device. Not all remembered devices are authenticated.
| |
| Rssi |
Returns the signal strength for the Bluetooth connection with the peer device.
Supports only on some platforms. | |
| SetServiceState(Guid, Boolean) |
Enables or disables services for a Bluetooth device.
| |
| SetServiceState(Guid, Boolean, Boolean) |
Enables or disables services for a Bluetooth device.
| |
| ShowDialog()()() |
Displays information about the device.
| |
| ToString()()() | (Inherited from Object.) | |
| Update()()() |
Updates the device name used to display the device, affects the local computer cache.
|
| Object | |
| BluetoothDeviceInfo | |