DeviceManager.configure Method

Module: DeviceManager

Definition

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

configure(mode: MessageLoopMode) -> None

Parameters

in The operation mode.

Exceptions

An error has occurred during Devices Library execution.
static void configure(MessageLoopMode mode)

Parameters

in The operation mode.

Exceptions

An error has occurred during Devices Library execution.
public static void Configure(MessageLoopMode mode)

Parameters

in The operation mode.

Exceptions

An error has occurred during Devices Library execution.
public static void configure(MessageLoopMode mode) throws DevicesException

Parameters

in The operation mode.

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesDeviceManager_Configure (
    id3DevicesMessageLoopMode eMode)

Parameters

in The operation mode.

Returns

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