DeviceManager.onDeviceListChanged Method

Module: DeviceManager

Definition

(C++) Serves as a notification mechanism within the device manager to signal that the list of devices has been updated

This could be due to devices being added, removed, or otherwise altered in the system

It’s primarily designed for internal or plugin use to ensure that the system’s view of available devices remains current.

int id3DevicesDeviceManager_OnDeviceListChanged (
    int vendorId)

Parameters

vendorId int
in The vendor ID.

Returns

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