public sealed class BluetoothDeviceInfo : IEquatable<BluetoothDeviceInfo>
Public NotInheritable Class BluetoothDeviceInfo
Implements IEquatable(Of BluetoothDeviceInfo)
public ref class BluetoothDeviceInfo sealed : IEquatable<BluetoothDeviceInfo^>
[<SealedAttribute>]
type BluetoothDeviceInfo =
class
interface IEquatable<BluetoothDeviceInfo>
end
BluetoothDeviceInfo | Initializes a new instance of the BluetoothDeviceInfo class |
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. |
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) |