DeviceManager.plugAndPlugEnabled Property¶
Module: DeviceManager
Type: bool
Definition¶
Toggles the plug-and-play process for device detection and management.
plug_and_plug_enabled: bool
Exceptions
An error has occurred during Devices Library execution.
bool get plugAndPlugEnabled => getPlugAndPlugEnabled();
set plugAndPlugEnabled(bool value) => setPlugAndPlugEnabled(value);
Exceptions
An error has occurred during Devices Library execution.
public bool plugAndPlugEnabled
{
get => GetplugAndPlugEnabled();
set => SetplugAndPlugEnabled(ref value);
}
Exceptions
An error has occurred during Devices Library execution.
public static boolean getPlugAndPlugEnabled() throws DevicesException
public static void setPlugAndPlugEnabled(boolean plugAndPlugEnabled) throws DevicesException
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesDeviceManager_GetPlugAndPlugEnabled (bool * plugAndPlugEnabled)
int id3DevicesDeviceManager_SetPlugAndPlugEnabled (bool plugAndPlugEnabled)
Returns