IConnection interface

Describes the properties of a physical connection that was established between the system and a Jabra device.

Signature

export declare interface IConnection 

Properties

Property Modifiers Type Description
hidChannel readonly IHidChannel The IHidChannel object that should be used to communicate with the device when using ths connection.
id readonly IConnectionId The unique ID of the connection.
onDisconnect readonly Observable<void> Emits when this connection or its parent connection (if one exists) gets disconnected.
parentConnectionId? readonly IConnectionId Optional parameter pointing at a parent connection (if the current connection is established through such a parent connection), e.g. a wireless connection through a Jabra dongle device.
type readonly ConnectionType Specifies the how the connection was established, e.g. USB or Bluetooth.