DeviceManager.deviceCount Property

Module: DeviceManager

Type: int

Definition

Indicates the total number of devices currently active or open.

device_count: int

Exceptions

An error has occurred during Devices Library execution.
int get deviceCount => getDeviceCount();

Exceptions

An error has occurred during Devices Library execution.
public int deviceCount
{
    get => GetdeviceCount();
}

Exceptions

An error has occurred during Devices Library execution.
public static int getDeviceCount() throws DevicesException

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesDeviceManager_GetDeviceCount (int * deviceCount)

Returns

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