KlassenKlassenKlassenKlassen | | | | Operatoren

set_io_device_paramset_io_device_paramSetIoDeviceParamset_io_device_paramSetIoDeviceParamSetIoDeviceParam (Operator)

Name

set_io_device_paramset_io_device_paramSetIoDeviceParamset_io_device_paramSetIoDeviceParamSetIoDeviceParam — Konfigurieren einer bestimmten I/O-Geräteinstanz.

Signatur

set_io_device_param( : : IODeviceHandle, GenParamName, GenParamValue : )

Herror set_io_device_param(const Hlong IODeviceHandle, const char* GenParamName, const char* GenParamValue)

Herror T_set_io_device_param(const Htuple IODeviceHandle, const Htuple GenParamName, const Htuple GenParamValue)

Herror set_io_device_param(const HTuple& IODeviceHandle, const HTuple& GenParamName, const HTuple& GenParamValue)

void HIODevice::SetIoDeviceParam(const HTuple& GenParamName, const HTuple& GenParamValue) const

void SetIoDeviceParam(const HTuple& IODeviceHandle, const HTuple& GenParamName, const HTuple& GenParamValue)

void HIODevice::SetIoDeviceParam(const HTuple& GenParamName, const HTuple& GenParamValue) const

void HIODevice::SetIoDeviceParam(const HString& GenParamName, const HString& GenParamValue) const

void HIODevice::SetIoDeviceParam(const char* GenParamName, const char* GenParamValue) const

void HOperatorSetX.SetIoDeviceParam(
[in] VARIANT IODeviceHandle, [in] VARIANT GenParamName, [in] VARIANT GenParamValue)

void HIODeviceX.SetIoDeviceParam(
[in] VARIANT GenParamName, [in] VARIANT GenParamValue)

static void HOperatorSet.SetIoDeviceParam(HTuple IODeviceHandle, HTuple genParamName, HTuple genParamValue)

void HIODevice.SetIoDeviceParam(HTuple genParamName, HTuple genParamValue)

void HIODevice.SetIoDeviceParam(string genParamName, string genParamValue)

Beschreibung

set_io_device_paramset_io_device_paramSetIoDeviceParamset_io_device_paramSetIoDeviceParamSetIoDeviceParam (re)konfiguriert eine bestimmte Geräteinstanz. Die Konfigurationsparameter werden in GenParamNameGenParamNameGenParamNameGenParamNameGenParamNamegenParamName übergeben, die korrespondierenden Konfigurationswerte in GenParamValueGenParamValueGenParamValueGenParamValueGenParamValuegenParamValue. IODeviceHandleIODeviceHandleIODeviceHandleIODeviceHandleIODeviceHandleIODeviceHandle adressiert die Geräteinstanz, die von open_io_deviceopen_io_deviceOpenIoDeviceopen_io_deviceOpenIoDeviceOpenIoDevice zurückgegeben wurde.

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

IODeviceHandleIODeviceHandleIODeviceHandleIODeviceHandleIODeviceHandleIODeviceHandle (input_control)  io_device HIODevice, HTupleHTupleHIODevice, HTupleHIODeviceX, VARIANTHtuple (integer) (IntPtr) (Hlong) (Hlong) (Hlong) (Hlong)

Referenz auf das geöffnete I/O-Gerät.

GenParamNameGenParamNameGenParamNameGenParamNameGenParamNamegenParamName (input_control)  attribute.name(-array) HTupleHTupleHTupleVARIANTHtuple (string) (string) (HString) (char*) (BSTR) (char*)

Parameternamen.

Defaultwert: []

GenParamValueGenParamValueGenParamValueGenParamValueGenParamValuegenParamValue (input_control)  attribute.value(-array) HTupleHTupleHTupleVARIANTHtuple (string / integer / real) (string / int / long / double) (HString / Hlong / double) (char* / Hlong / double) (BSTR / Hlong / double) (char* / Hlong / double)

Zu setzende Parameterwerte.

Defaultwert: []

Ergebnis

Im Falle gültiger Parameterwerte liefert der Operator get_io_device_paramget_io_device_paramGetIoDeviceParamget_io_device_paramGetIoDeviceParamGetIoDeviceParam 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_deviceopen_io_deviceOpenIoDeviceopen_io_deviceOpenIoDeviceOpenIoDevice

Nachfolger

open_io_channelopen_io_channelOpenIoChannelopen_io_channelOpenIoChannelOpenIoChannel

Siehe auch

open_io_deviceopen_io_deviceOpenIoDeviceopen_io_deviceOpenIoDeviceOpenIoDevice, query_io_interfacequery_io_interfaceQueryIoInterfacequery_io_interfaceQueryIoInterfaceQueryIoInterface, get_io_device_paramget_io_device_paramGetIoDeviceParamget_io_device_paramGetIoDeviceParamGetIoDeviceParam

Modul

Foundation


KlassenKlassenKlassenKlassen | | | | Operatoren