Interface IDectModule
- Namespace
- Jabra.NET.Sdk.DevicePairing
- Assembly
- Jabra.NET.Sdk.DevicePairing.dll
Provides abstraction for DECT module
public interface IDectModule
Methods
ConvertToDectDongle(IDevice)
Converts provided device to DECT dongle.
Task<IDectDongle> ConvertToDectDongle(IDevice device)
Parameters
device
IDeviceA device must be a DECT dongle. IsDectDongle(IDevice) can be used for validation.
Returns
- Task<IDectDongle>
An IDectDongle instance which can be used to invoke DECT dongle specific actions
Exceptions
ConvertToDectHeadsetOverUsb(IDevice)
Converts provided device to DECT headset.
Task<IDectHeadsetOverUsb> ConvertToDectHeadsetOverUsb(IDevice device)
Parameters
device
IDeviceA device must be a DECT headset connected over USB. IsDectHeadsetOverUsb(IDevice) can be used for validation.
Returns
- Task<IDectHeadsetOverUsb>
An IDectHeadsetOverUsb instance which can be used to invoke DECT headset specific actions