Readonly
browserRetrieves the full access label of the device. This is a stringified version of IDevice.vendorId and IDevice.productId.
An observable which emits whenever the device receives a new connection that can be used for communicating with the device.
An observable which emits all existing connections with a device whenever there are any changes with a connection, whether it is a new one or a disconnected one.
An observable which emits whenever an existing connection with the device has disconnected. If it was the last existing connection, IDevice.onDisconnect will also emit.
Retrieves a list of the currently available connections.
The ID of the device.
The name of the device, e.g. "Jabra Evolve2 40".
Emits when the device gets disconnected.
The product ID of the device, e.g. 3648, or '0e40' for Jabra Evolve2 40.
The serial number of the device.
Readonly
typeThe device type, e.g. headset, dongle, etc.
The vendor ID of the device. Should be the Jabra vendor ID, i.e. 2830, or '0b0e'
Describes all the properties of a physical Jabra device along with methods for basic device communication via HID or GNP.