Table of Contents

Class BluetoothAddressCollection

Namespace
Jabra.NET.Sdk.DevicePairing
Assembly
Jabra.NET.Sdk.DevicePairing.dll
public sealed class BluetoothAddressCollection : IEquatable<BluetoothAddressCollection>, IEnumerable<IBluetoothAddress>, IEnumerable
Inheritance
BluetoothAddressCollection
Implements
Inherited Members

Properties

Primary

public IBluetoothAddress Primary { get; }

Property Value

IBluetoothAddress

Methods

AsHexString()

public string AsHexString()

Returns

string

Equals(BluetoothAddressCollection)

public bool Equals(BluetoothAddressCollection other)

Parameters

other BluetoothAddressCollection

Returns

bool

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetEnumerator()

public IEnumerator<IBluetoothAddress> GetEnumerator()

Returns

IEnumerator<IBluetoothAddress>

GetHashCode()

public override int GetHashCode()

Returns

int