DeviceManager.unregisterDeviceModel Method

Module: DeviceManager

Definition

(C++) Removes a previously registered device model from the device manager’s registry

This operation is crucial for plugin or system shutdown processes, ensuring that the device manager no longer attempts to manage or interact with devices of the unregistered model.

int id3DevicesDeviceManager_UnregisterDeviceModel (
    const char * deviceModelName)

Parameters

deviceModelName const char *
in Specifies the name of the device model to be unregistered

Returns

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