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