DeviceChannel.openDevice Method¶
Module: DeviceChannel
Definition¶
Controls opening the associated device.
open_device(self, device_id: int) -> None
Parameters
device_id
intin The device id.
Exceptions
An error has occurred during Devices Library execution.
void openDevice(int deviceId)
Parameters
deviceId
intin The device id.
Exceptions
An error has occurred during Devices Library execution.
public void OpenDevice(int deviceId)
Parameters
deviceId
intin The device id.
Exceptions
An error has occurred during Devices Library execution.
public void openDevice(int deviceId) throws DevicesException
Parameters
deviceId
intin The device id.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesDeviceChannel_OpenDevice (
ID3_DEVICES_DEVICE_CHANNEL hDeviceChannel,
int deviceId)
Parameters
hDeviceChannel
ID3_DEVICES_DEVICE_CHANNELin Handle to the DeviceChannel object.deviceId
intin The device id.
Returns