KlassenKlassenKlassenKlassen | | | | Operatoren

control_io_channelT_control_io_channelControlIoChannelcontrol_io_channelControlIoChannelControlIoChannel (Operator)

Name

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

Signatur

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

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

Herror control_io_channel(const HTuple& IOChannelHandle, const HTuple& ParamAction, const HTuple& ParamArgument, HTuple* ParamValue)

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

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

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

void HOperatorSetX.ControlIoChannel(
[in] VARIANT IOChannelHandle, [in] VARIANT ParamAction, [in] VARIANT ParamArgument, [out] VARIANT* ParamValue)

VARIANT HIOChannelX.ControlIoChannel(
[in] BSTR ParamAction, [in] VARIANT ParamArgument)

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

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

HTuple HIOChannel.ControlIoChannel(string paramAction, HTuple paramArgument)

Beschreibung

control_io_channelcontrol_io_channelControlIoChannelcontrol_io_channelControlIoChannelControlIoChannel 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""doc/html/reference/io".

Parallelisierung

Parameter

IOChannelHandleIOChannelHandleIOChannelHandleIOChannelHandleIOChannelHandleIOChannelHandle (input_control)  io_channel(-array) HIOChannel, HTupleHTupleHIOChannel, HTupleHIOChannelX, VARIANTHtuple (integer) (IntPtr) (Hlong) (Hlong) (Hlong) (Hlong)

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

ParamActionParamActionParamActionParamActionParamActionparamAction (input_control)  string HTupleHTupleHTupleVARIANTHtuple (string) (string) (HString) (char*) (BSTR) (char*)

Name der auszuführenden Aktion.

ParamArgumentParamArgumentParamArgumentParamArgumentParamArgumentparamArgument (input_control)  string-array HTupleHTupleHTupleVARIANTHtuple (string / integer / real) (string / int / long / double) (HString / Hlong / double) (char* / Hlong / double) (BSTR / Hlong / double) (char* / Hlong / double)

Argumente der auszuführenden Aktion.

Defaultwert: []

ParamValueParamValueParamValueParamValueParamValueparamValue (output_control)  string-array HTupleHTupleHTupleVARIANTHtuple (string / integer / real) (string / int / long / double) (HString / Hlong / double) (char* / Hlong / double) (BSTR / Hlong / double) (char* / Hlong / double)

Ergebniswerte der ausgeführten Aktion.

Ergebnis

Im Falle gültiger Parameterwerte liefert der Operator control_io_channelcontrol_io_channelControlIoChannelcontrol_io_channelControlIoChannelControlIoChannel 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_infoGetExtendedErrorInfoget_extended_error_infoGetExtendedErrorInfoGetExtendedErrorInfo abgefragt werden kann.

Vorgänger

open_io_channelopen_io_channelOpenIoChannelopen_io_channelOpenIoChannelOpenIoChannel

Modul

Foundation


KlassenKlassenKlassenKlassen | | | | Operatoren