Owner manual

OpenLNS Programmer's Reference 473
Element
Description
isPollingEnabledFlag
A Boolean value indicating
whether polled monitoring is
enabled.
TRUE. Polled monitoring is
enabled.
FALSE. Polled monitoring is not
enabled.
msObject
The MonitorSet object to be acted
on.
Data Type
Boolean.
Read/Write
Read only.
Added to API
LNS Release 3.0.
MsgMonitorPoints
Summary
Contains the collection of all message tag monitor points
(MsgMonitorPoint objects) that have been added to the
monitor set.
See the Monitor and Control chapter in the OpenLNS
Programmer’s Guide for more information on message
monitor points.
Availability
Local, full, lightweight, and independent clients. Note that
temporary MonitorSet objects are not available on
Independent clients.
Syntax
msgMonSetColl = monSetObject.MsgMonitorPoints
Element
Description
msgMonSetColl
The MsgMonitorPoints collection
object returned.
monSetObject
The MonitorSet object to be acted
on.
Data Type
MsgMonitorPoints collection object.
Read/Write
Read only.
Added to API
LNS Release 3.0.
MsgOptions
Summary
Contains the default monitoring options that are initially
applied to the MsgMonitorPoint objects in this monitor set.
This property stores the monitor set’s MsgMonitorOptions
object. This contains the default monitoring options that are
applied to all MsgMonitorPoint objects as they are added to
the monitor set. These options will be used to monitor these
points when they are enabled.