Class BluetoothAddress
- Namespace
- Jabra.NET.Sdk.DevicePairing
- Assembly
- Jabra.NET.Sdk.DevicePairing.dll
public sealed class BluetoothAddress : IBluetoothAddress, IEquatable<IBluetoothAddress>
- Inheritance
-
BluetoothAddress
- Implements
- Inherited Members
Methods
AsHexString()
public string AsHexString()
Returns
Equals(IBluetoothAddress)
public bool Equals(IBluetoothAddress other)
Parameters
other
IBluetoothAddress
Returns
Equals(object)
public override bool Equals(object obj)
Parameters
obj
object
Returns
GetBytes()
public ReadOnlySpan<byte> GetBytes()
Returns
GetHashCode()
public override int GetHashCode()
Returns
Parse(string)
public static IBluetoothAddress Parse(string hexString)
Parameters
hexString
string
Returns
Exceptions
- ArgumentNullException
- SdkUsageException
ToString()
public override string ToString()