Onmsgmonitorpointevent, D onmsgmonitorpointevent, Onmsgmonitorpointevent o – Echelon OpenLNS User Manual
Page 742
OpenLNS Programmer's Reference
705
OnMsgMonitorPointEvent
Summary
An event that is generated whenever a
message monitor
point is created or removed from a permanent monitor set.
The events are only fired in this case if the monitor set is
open. In addition, when you close or open a permanent
monitor set, this event will be fired for each message monitor
point in the set, indicating that the monitor points have been
removed from or created in memory.
This event is also fired the first time you enable a message
monitor point in a temporary monitor set after creating the
temporary monitor set. It will also be fired when you remove
a message monitor point from a temporary monitor set, as
long as that monitor point had been enabled.
This event is also used to signify asynchronous successful
completion code events for a message monitor point.
Syntax
(msgMonitorPoint As Object,
EventType as Integer)
Element
Description
msgMonitorPoint
was created or shut down.
EventType
The event code for the event. The
possible values for this element,
which are contained in the
ConstMonitorEventType
constant,
are as follows:
0 lcaMonitorEventTypeNull
This value is not used.
1 lcaMonitorEventTypeQuit
This value is not used.
2 lcaMonitorEventTypeAdd
This value is not used.
3 lcaMonitorEventTypeRemove
This value is not used.
4 lcaMonitorEventTypeMsCreate
This value is not used.
5 lcaMonitorEventTypeMsDelete
This value is not used.
6 lcaMonitorEventTypeMsChange
This value is not used.
7 lcaMonitorEventTypeMsError
This value is not used.