TcHmiSrvExtHost.get_config_value Method

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

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

Syntax

C#

public 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.

Implements

ITcHmiSrvExtHost.get_config_value(Context, String)

Reference

TcHmiSrvExtHost Class

TcHmiSrv Namespace