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