Owner manual
OpenLNS Programmer's Reference 639
monOptsObject
The NvMonitorOptions object to be
acted on.
Data Type
Long.
Read/Write
Read/write.
Added to API
LNS Release 3.0.
SuppressPollingIfBound
Summary
Determines whether polling will be turned of if the network
variable is bound to the host.
Availability
Local, full, lightweight, and independent clients. Note that
temporary MonitorSet objects and temporary monitor points
are not available on Independent clients.
Syntax
suppressValue =
nvMonOptsObject.SuppressPollingIfBound
Element
Description
suppressValue
The MsgMonitorOptions object being
acted upon.
asyncFlag
An Integer value indicating whether
polling will be turned of if the
network variable is bound to the host.
1 Polling will be suppressed if the
network variable is bound to the
host.
0 Polling will not be suppressed.
-1 The value is set to the value
currently stored in the NvOptions
property of the MonitorSet object.
This occurs if this property is
contained in the
NvMonitorOptions object accessed
through the DefaultOptions or
CurrentOptions property of a
NvMonitorPoint object.
This value is stored in the
ConstLNSMonitorSetOptionDefault
constant.
This may be useful if you want
the value of the property used by
a network variable monitor point
to always match the default value
stored in the MonitorSet object.
This feature, however, is not
available in server-independent
mode.
Data Type
Boolean.