Method
IdeDeviceManagerset_device
Description
Sets the IdeDeviceManager:device
property, which is the currently selected
device. Builder uses this to determine how to build the current project for
the devices architecture and operating system.
If device
is NULL
, the local device will be used.
Sets property | Ide.DeviceManager:device |
Parameters
device
-
Type:
IdeDevice
An
IdeDevice
orNULL
.The argument can be NULL
.The data is owned by the caller of the method.