KlassenKlassen | | Operatoren

control_io_channelT_control_io_channelControlIoChannelControlIoChannel (Operator)

Name

control_io_channelT_control_io_channelControlIoChannelControlIoChannel — Ausführen einer Aktion auf I/O-Übertragungskanälen.

Signatur

control_io_channel( : : IOChannelHandle, ParamAction, ParamArgument : GenParamValue)

Herror T_control_io_channel(const Htuple IOChannelHandle, const Htuple ParamAction, const Htuple ParamArgument, Htuple* GenParamValue)

void ControlIoChannel(const HTuple& IOChannelHandle, const HTuple& ParamAction, const HTuple& ParamArgument, HTuple* GenParamValue)

static HTuple HIOChannel::ControlIoChannel(const HIOChannelArray& IOChannelHandle, const HString& ParamAction, const HTuple& ParamArgument)

HTuple HIOChannel::ControlIoChannel(const HString& ParamAction, const HTuple& ParamArgument) const

HTuple HIOChannel::ControlIoChannel(const char* ParamAction, const HTuple& ParamArgument) const

static void HOperatorSet.ControlIoChannel(HTuple IOChannelHandle, HTuple paramAction, HTuple paramArgument, out HTuple genParamValue)

static HTuple HIOChannel.ControlIoChannel(HIOChannel[] IOChannelHandle, string paramAction, HTuple paramArgument)

HTuple HIOChannel.ControlIoChannel(string paramAction, HTuple paramArgument)

Beschreibung

control_io_channelcontrol_io_channelControlIoChannelControlIoChannelControlIoChannel führt eine Aktion auf den angegebenen I/O-Übertragungskanälen aus. Eine ausführliche Beschreibung aller gerätespezifischen Parameter findet sich in der Dokumentation für die verwendete I/O-Schnittstelle im Verzeichnis 'doc/html/reference/io'"doc/html/reference/io""doc/html/reference/io""doc/html/reference/io""doc/html/reference/io".

Ausführungsinformationen

Parameter

IOChannelHandleIOChannelHandleIOChannelHandleIOChannelHandleIOChannelHandle (input_control)  io_channel(-array) HIOChannel, HTupleHTupleHtuple (integer) (IntPtr) (Hlong) (Hlong)

Referenzen auf die geöffneten I/O-Übertragungskanäle.

ParamActionParamActionParamActionParamActionparamAction (input_control)  string HTupleHTupleHtuple (string) (string) (HString) (char*)

Name der auszuführenden Aktion.

ParamArgumentParamArgumentParamArgumentParamArgumentparamArgument (input_control)  string-array HTupleHTupleHtuple (string / integer / real) (string / int / long / double) (HString / Hlong / double) (char* / Hlong / double)

Argumente der auszuführenden Aktion.

Defaultwert: []

GenParamValueGenParamValueGenParamValueGenParamValuegenParamValue (output_control)  string-array HTupleHTupleHtuple (string / integer / real) (string / int / long / double) (HString / Hlong / double) (char* / Hlong / double)

Ergebniswerte der ausgeführten Aktion.

Ergebnis

Im Falle gültiger Parameterwerte liefert der Operator control_io_channelcontrol_io_channelControlIoChannelControlIoChannelControlIoChannel den Wert 2 (H_MSG_TRUE). Andernfalls wird eine Fehlerbehandlung durchgeführt. In diesem Fall kann vom Interface eine zusätzliche Fehlerinformation gesetzt werden, die mit get_extended_error_infoget_extended_error_infoGetExtendedErrorInfoGetExtendedErrorInfoGetExtendedErrorInfo abgefragt werden kann.

Vorgänger

open_io_channelopen_io_channelOpenIoChannelOpenIoChannelOpenIoChannel

Modul

Foundation


KlassenKlassen | | Operatoren