RemoteDevice
October 29, 2024 ยท View on GitHub
Namespace: Nefarius.Utilities.Bluetooth
Describes a remote wireless device.
public sealed class RemoteDevice : System.IEquatable`1[[Nefarius.Utilities.Bluetooth.RemoteDevice, Nefarius.Utilities.Bluetooth, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]]
Inheritance Object โ RemoteDevice
Implements IEquatable<RemoteDevice>
Properties
Address
Gets the unique remote device address.
public PhysicalAddress Address { get; }
Property Value
PhysicalAddress
Name
Gets the reported remote device name.
public string Name { get; }
Property Value
Methods
Equals(RemoteDevice)
public bool Equals(RemoteDevice other)
Parameters
other RemoteDevice
Returns
Equals(Object)
public bool Equals(object obj)
Parameters
obj Object
Returns
GetHashCode()
public int GetHashCode()
Returns
ToString()
public string ToString()