DeviceManager.initialize Method

Module: DeviceManager

Definition

Prepares the device manager for operation, optionally initializing an internal message loop.

initialize(messageLoop: bool) -> None

Parameters

messageLoop bool
in Specifies whether to enable the internal message loop.

Exceptions

An error has occurred during Devices Library execution.
static void initialize(bool messageLoop)

Parameters

messageLoop bool
in Specifies whether to enable the internal message loop.

Exceptions

An error has occurred during Devices Library execution.
public static void Initialize(bool messageLoop)

Parameters

messageLoop bool
in Specifies whether to enable the internal message loop.

Exceptions

An error has occurred during Devices Library execution.
public static void initialize(boolean messageLoop) throws DevicesException

Parameters

messageLoop boolean
in Specifies whether to enable the internal message loop.

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesDeviceManager_Initialize (
    bool messageLoop)

Parameters

messageLoop bool
in Specifies whether to enable the internal message loop.

Returns

int
An error code.
See id3DevicesError file for the list of possible error codes.