Methods, Properties – Echelon OpenLNS User Manual

Page 666

Advertising
background image

OpenLNS Programmer's Reference

629

CurrentOptions

properties of network variable monitor points in temporary monitor sets are

not accessible, as temporary monitor sets are only used in a singe client session.
You can change the monitoring options a

NvMonitorPoint

will use for an active monitoring

session by writing to the

NvMonitorOptions

object accessed through the

NvMonitorPoint

object’s

CurrentOptions

property. Changes made to the current options take effect for the

current session only, and are not stored persistently in memory.
Note that the

NvMonitorOptions

object contained within the

NvOptions

property of a

monitor set (or the

DefaultOptions

or

CurrentOptions

properties of a monitor point) is not

passed by reference. If you acquire an

NvMonitorOptions

object through any of these

properties and modify it, you must then explicitly assign the modified object back to the

source property for the changes to take effect.

The following table summarizes the NvMonitorOptions

object.

Description

A set of monitoring options that can be applied to the

network variable points being monitored by OpenLNS.

Added to API

LNS Release 3.0.

Accessed Through

MonitorSet

object.

NvMonitorPoint

object.

Default Property

None.

Methods

None.

Properties

Authentication

ClassId

GenerateInitialFetch

Parent

PollInterval

Priority

ReportByException

ResetPollingIfUpdated

Retries

ServiceType

SuppressPollingIfBound

ThrottleInterval

UseAsyncSend

UseBoundUpdates

Methods

The NvMonitorOptions

object does not contain any methods

.

Properties

The NvMonitorOptions

object contains the following properties

:

Authentication

ClassId

GenerateInitialFetch

Parent

PollInterval

Priority

ReportByException

Advertising