Owner manual
OpenLNS Programmer's Reference 510
are not available on Independent clients.
Syntax
msgMpObject = msgMpColl.Add msgMpName targetDevice
connDesc
Element
Description
msgMpObject
The newly defined MsgMonitorPoint
object.
msgMpColl
The MsgMonitorPoints collection object.
msgMpName
The Name of the new MsgMonitorPoint
object.
targetDevice
The AppDevice or dynamic MessageTag
object that the MsgMonitorPoint will
monitor.
connDesc
A ConnectDescTemplate object which
determines how messages will be sent
out through this monitor point.
You can set this element to NULL to
use the default LNS connection
description template.
Note: Message monitor points in
temporary monitor sets do not support
the use of connection description
templates, and so you must set this
element to NULL when adding a
message monitor point to a temporary
monitor set.
Added to API
LNS Release 3.0.
Remove
Summary
Removes a MsgMonitorPoint object from the system.
This method can only be called when connected to the
network database (after the Network object's Open method
has been called). This method only applies to message
monitor points in permanent monitor sets. When an
OpenLNS application is closed, all temporary monitor sets
and temporary message monitor points created by that
application are deleted automatically.
Availability
Local, full, lightweight, and independent clients. Note that
temporary monitor sets and temporary monitor points are
not available on Independent clients.
Syntax
msgMpColl.Remove indexName
Element
Description
msgMpColl
The MsgMonitorPoints collection object
containing the MsgMonitorPoint object
to be removed.