ITcHmiSrvExtHost.send Method (Context, Message)

Adds or updates a Message.

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

Syntax

C#

public virtual ErrorValue send(
    Context ctx,
    Message msg
)

Parameters

ctx

Type: TcHmiSrv.Context
The Context under which the Message should be sent.

msg

Type: TcHmiSrv.Message
The Message that will be sent to the server and all current event listeners.

Return Value

Type: ErrorValue
HMI_SUCCESS if sending the Message succeeded; otherwise, any ErrorValue that best describes which error has occurred.

Reference

ITcHmiSrvExtHost Class

send Overload

TcHmiSrv Namespace