ITcHmiSrvExtHost.get_config_value Method

Gets the configuration Value at the specified path from the server.

Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in TcHmiSrvExtNet.dll) Version: 1.10.1018.48 (1.10.1018.48)

Syntax

C#

public virtual Value get_config_value(
    Context ctx,
    string path
)

Parameters

ctx

Type: TcHmiSrv.Context
A Context containing information about the user who tries to get a configuration Value.

path

Type: System.String
The path of the requested Value.

Return Value

Type: Value
The Value at the specified path or a Value containing ValueType_Null.

Reference

ITcHmiSrvExtHost Class

TcHmiSrv Namespace