ITcHmiSrvExtHost.notify_listener Method
Sends a notification if an Alarm type changed.
Namespace: TcHmiSrv
Assembly: TcHmiSrvExtNet (in
TcHmiSrvExtNet.dll) Version: 1.10.1018.48 (1.10.1018.48)
Syntax
C#
public virtual ErrorValue notify_listener(
Context ctx,
AlarmChangeType type,
Alarm alm
)
Parameters
ctx |
Type: TcHmiSrv.Context |
type |
Type: TcHmiSrv.AlarmChangeType |
alm |
Type: TcHmiSrv.Alarm |
Return Value
Type: ErrorValue
HMI_SUCCESS
if sending the notification succeeded; otherwise, any ErrorValue that best
describes which error has occurred.