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
intin The vendor ID.
Returns