mvm_gui_open_webclientT_mvm_gui_open_webclientMvmGuiOpenWebclientMvmGuiOpenWebclient (Operator)

Name

mvm_gui_open_webclientT_mvm_gui_open_webclientMvmGuiOpenWebclientMvmGuiOpenWebclient — Open a webclient using the internal browser engine.

Signature

mvm_gui_open_webclient( : : Url : ClientHandle)

Herror T_mvm_gui_open_webclient(const Htuple Url, Htuple* ClientHandle)

void MvmGuiOpenWebclient(const HTuple& Url, HTuple* ClientHandle)

static void HHdevguiServerExtpack.MvmGuiOpenWebclient(HTuple url, out HTuple clientHandle)

Description

Opens a webclient on the current machine at the URL UrlUrlUrlUrlurl. To connect to the server on the same machine use the Url 'http://localhost:PORT'"http://localhost:PORT""http://localhost:PORT""http://localhost:PORT""http://localhost:PORT", for example 'http://localhost:9980'"http://localhost:9980""http://localhost:9980""http://localhost:9980""http://localhost:9980". The returned ClientHandleClientHandleClientHandleClientHandleclientHandle can be used to specify a certain message channel or to close the webclient connection with mvm_gui_close_webclientmvm_gui_close_webclientMvmGuiCloseWebclientMvmGuiCloseWebclientMvmGuiCloseWebclient. See the MachineVisionMakers / HDevGUI chapter documentation for this extension package for further details on ClientHandleClientHandleClientHandleClientHandleclientHandle.

Execution Information

This operator returns a handle. Note that the state of an instance of this handle type may be changed by specific operators even though the handle is used as an input parameter by those operators.

Parameters

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

the URL to load on startup

Default value: 'http://localhost:9980/' "http://localhost:9980/" "http://localhost:9980/" "http://localhost:9980/" "http://localhost:9980/"

ClientHandleClientHandleClientHandleClientHandleclientHandle (output_control)  handle HTupleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)

client handle

Module

Foundation