Name
set_io_device_paramT_set_io_device_paramSetIoDeviceParamSetIoDeviceParam — Configure a specific I/O device instance.
set_io_device_paramset_io_device_paramSetIoDeviceParamSetIoDeviceParamSetIoDeviceParam (re)configures a specific device
instance. The configuration parameters are passed in
GenParamNameGenParamNameGenParamNameGenParamNamegenParamName, the corresponding values are passed in
GenParamValueGenParamValueGenParamValueGenParamValuegenParamValue. IODeviceHandleIODeviceHandleIODeviceHandleIODeviceHandleIODeviceHandle specifies the device
specified in open_io_deviceopen_io_deviceOpenIoDeviceOpenIoDeviceOpenIoDevice.
Please check the directory 'doc/html/reference/io'"doc/html/reference/io""doc/html/reference/io""doc/html/reference/io""doc/html/reference/io" for
documentation about your specific I/O device interface, where all
supported device specific parameters are listed.
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Handle of the opened I/O device.
Parameter names.
Default value: []
Parameter values to set.
Default value: []
If the parameters are valid, the operator
set_io_device_paramset_io_device_paramSetIoDeviceParamSetIoDeviceParamSetIoDeviceParam returns the value 2 (H_MSG_TRUE). If necessary an
exception is raised. In this case, an extended error information may be
set and can be queried with the operator get_extended_error_infoget_extended_error_infoGetExtendedErrorInfoGetExtendedErrorInfoGetExtendedErrorInfo.
open_io_deviceopen_io_deviceOpenIoDeviceOpenIoDeviceOpenIoDevice
open_io_channelopen_io_channelOpenIoChannelOpenIoChannelOpenIoChannel
open_io_deviceopen_io_deviceOpenIoDeviceOpenIoDeviceOpenIoDevice,
query_io_interfacequery_io_interfaceQueryIoInterfaceQueryIoInterfaceQueryIoInterface,
get_io_device_paramget_io_device_paramGetIoDeviceParamGetIoDeviceParamGetIoDeviceParam
Foundation