Table of Contents

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

string

Equals(IBluetoothAddress)

public bool Equals(IBluetoothAddress other)

Parameters

other IBluetoothAddress

Returns

bool

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetBytes()

public ReadOnlySpan<byte> GetBytes()

Returns

ReadOnlySpan<byte>

GetHashCode()

public override int GetHashCode()

Returns

int

Parse(string)

public static IBluetoothAddress Parse(string hexString)

Parameters

hexString string

Returns

IBluetoothAddress

Exceptions

ArgumentNullException
SdkUsageException

ToString()

public override string ToString()

Returns

string