ITcHmiSrvExtHost.send Method (Context, Event)
Adds or updates an Event.
Namespace: TcHmiSrv
Assembly: TcHmiSrvExtNet (in
TcHmiSrvExtNet.dll) Version: 1.10.1018.48 (1.10.1018.48)
Syntax
C#
public virtual ErrorValue send(
Context ctx,
Event evt
)
Parameters
ctx |
Type: TcHmiSrv.Context |
evt |
Type: TcHmiSrv.Event |
Return Value
Type: ErrorValue
HMI_SUCCESS
if sending the Event succeeded;
otherwise, any ErrorValue that best
describes which error has occurred.