set_io_channel_paramT_set_io_channel_paramSetIoChannelParamSetIoChannelParamset_io_channel_param (Operator)
Name
set_io_channel_paramT_set_io_channel_paramSetIoChannelParamSetIoChannelParamset_io_channel_param
— Set specific parameters of I/O channels.
Signature
Description
set_io_channel_paramset_io_channel_paramSetIoChannelParamSetIoChannelParamSetIoChannelParamset_io_channel_param
(re)configures the given transmission
channels. The configuration parameters are passed in
GenParamNameGenParamNameGenParamNameGenParamNamegenParamNamegen_param_name
, the corresponding values are passed in
GenParamValueGenParamValueGenParamValueGenParamValuegenParamValuegen_param_value
. IOChannelHandleIOChannelHandleIOChannelHandleIOChannelHandleIOChannelHandleiochannel_handle
specifies the
transmission channels returned in open_io_channelopen_io_channelOpenIoChannelOpenIoChannelOpenIoChannelopen_io_channel
.
Please check the directory doc/html/reference/io
for
documentation about your specific I/O device interface, where all
supported channel-specific parameters are listed.
Execution Information
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Parameters
IOChannelHandleIOChannelHandleIOChannelHandleIOChannelHandleIOChannelHandleiochannel_handle
(input_control) io_channel(-array) →
HIOChannel, HTupleMaybeSequence[HHandle]HTupleHtuple (handle) (IntPtr) (HHandle) (handle)
Handles of the opened I/O channels.
GenParamNameGenParamNameGenParamNameGenParamNamegenParamNamegen_param_name
(input_control) string-array →
HTupleSequence[str]HTupleHtuple (string) (string) (HString) (char*)
Parameter names.
Default value: []
GenParamValueGenParamValueGenParamValueGenParamValuegenParamValuegen_param_value
(input_control) string-array →
HTupleSequence[HTupleElementType]HTupleHtuple (string / integer / real / handle) (string / int / long / double / HHandle) (HString / Hlong / double / HHandle) (char* / Hlong / double / handle)
Parameter values to set.
Default value: []
Result
If the parameters are valid, the operator
set_io_channel_paramset_io_channel_paramSetIoChannelParamSetIoChannelParamSetIoChannelParamset_io_channel_param
returns the value 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_infoGetExtendedErrorInfoGetExtendedErrorInfoGetExtendedErrorInfoget_extended_error_info
.
Possible Predecessors
open_io_channelopen_io_channelOpenIoChannelOpenIoChannelOpenIoChannelopen_io_channel
Possible Successors
read_io_channelread_io_channelReadIoChannelReadIoChannelReadIoChannelread_io_channel
,
write_io_channelwrite_io_channelWriteIoChannelWriteIoChannelWriteIoChannelwrite_io_channel
See also
open_io_channelopen_io_channelOpenIoChannelOpenIoChannelOpenIoChannelopen_io_channel
,
query_io_devicequery_io_deviceQueryIoDeviceQueryIoDeviceQueryIoDevicequery_io_device
,
get_io_channel_paramget_io_channel_paramGetIoChannelParamGetIoChannelParamGetIoChannelParamget_io_channel_param
,
read_io_channelread_io_channelReadIoChannelReadIoChannelReadIoChannelread_io_channel
,
write_io_channelwrite_io_channelWriteIoChannelWriteIoChannelWriteIoChannelwrite_io_channel
Module
Foundation