Table of Contents

Class Init

Namespace
Jabra.NET.Sdk.Core
Assembly
Jabra.NET.Sdk.dll

Initializer for the Jabra SDK.

public static class Init
Inheritance
Init
Inherited Members

Methods

InitManualSdk(Config?)

Initializes the Jabra SDK without starting device discovery. This allows for setting up infrastructure depending on the SDK before starting device discovery by calling Start().

public static IManualApi InitManualSdk(Config? config = null)

Parameters

config Config

Optional configuration settings.

Returns

IManualApi

Initialized SDK object used to control Jabra hardware.

Exceptions

JabraException

Thrown when the underlying transport object (Jabra Device Connector) fails to connect for some reason, e.g. when it's not installed on the system.

InitSdk(Config?)

Initializes the Jabra SDK. Entry point to control Jabra hardware.

public static IApi InitSdk(Config? config = null)

Parameters

config Config

Optional configuration settings.

Returns

IApi

Initialized SDK object used to control Jabra hardware.

Exceptions

JabraException

Thrown when the underlying transport object (Jabra Device Connector) fails to connect for some reason, e.g. when it's not installed on the system.