Use the tabs on the upper right to switch to a different programming language.

Use the tabs on the upper right to switch to a different programming language.

HHdevguiServerExtpack (Class)

Name

HHdevguiServerExtpack — Sqlite Extension Package for HALCON

Methods

MvmCloseLogger    Close a logger.
MvmGuiCloseConsole    Close developer console.
MvmGuiCloseWebclient    Close a webclient.
MvmGuiCloseWebserver    Close a webserver.
MvmGuiError    Convert an error code of this extension package to a human-readable error message.
MvmGuiGetInfo    Retrieve diagnostic information.
MvmGuiGetMessage    Receive a message from the message loop of a server.
MvmGuiGetOpenConnections    Get all client IDs that are connected to a given server.
MvmGuiGetUi    Receive current data from the clients.
MvmGuiGetWebserverOptions    Return current webserver options for a given server in JSON format.
MvmGuiOpenConsole    Open developer console.
MvmGuiOpenWebclient    Open a webclient using the internal browser engine.
MvmGuiOpenWebserver    Open a GUI webserver.
MvmGuiSendImage    Send an image to a webclient.
MvmGuiSendTuple    Send a tuple to a webclient.
MvmGuiSetHtml    Set inner HTML of an HTML element.
MvmGuiSetWebserverOptions    Set webserver options for a given server in JSON format.
MvmGuiTryGetMessage    Try to get a message from the message loop of a server.
MvmLogLine    Send a log message to a client.
MvmLogRaw    Send a raw log message to a client.
MvmOpenLogger    Open a logger.
SqliteClose    Closes the connection to a SQLite3 data base.
SqliteCloseAll    Closes all connections to SQLite3 data bases.
SqliteExec    Runs a single or multiple SQL statements.
SqliteLoadDb    Loading of a database on disk into a previously opened database.
SqliteOpen    Opens an SQLite3 data base.
SqliteSaveDb    Saving of a copy of an open database.
SqliteStep    Returns the next row of the results of a previous SQL statement.
SqliteTables    Lists all tables within an SQLite data base.

Use the tabs on the upper right to switch to a different programming language.