Retrieve a channel of a specified type from the collection.
The type of the desired channel
The channel of the the specified type, if it exists. If it does not exist, an error is thrown.
Determine whether the collection contains a channel of the requested type.
The type of channel to look for
true, if the collection contains a channel of the specified type. Otherwise false.
Try to retrieve a channel of a specified type from the collection.
The type of the desired channel
The channel of the the specified type, if it exists. If it does not exist, undefined is returned.
Readonly
hidThe IHidChannel object that should be used to communicate with the device when using ths connection.
Readonly
idThe unique ID of the connection.
Readonly
onEmits when this connection or its parent connection (if one exists) gets disconnected.
Optional
Readonly
parentOptional 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.
Readonly
typeSpecifies the how the connection was established, e.g. USB or Bluetooth.
Describes the properties of a physical connection that was established between the system and a Jabra device.