Length, Monitortag, Networkvariable – Echelon OpenLNS User Manual

Page 293

Advertising
background image

OpenLNS Programmer's Reference

256

Length

Summary

INTERNAL USE ONLY

Data Type

Integer.

Read/Write

Read only.

Added to API

Prior to LNS Release 3.0.

MonitorTag

Summary

Contains the monitor tag value assigned to the network

variable via its DsMonitorTag property.

Availability

Local, full, and lightweight clients.

Syntax

tagValue = dvObject.MonitorTag

Element

Description

dvObject

The

DataValue

object to be acted on.

tagValue

The value of the monitor tag as a long.

Data Type

Long

Read/Write

Read only.

Added to API

Prior to LNS Release 3.0.

NetworkVariable

Summary

Contains the

NetworkVariable

object associated with the

specified

DataValue

object. This identifies the network

variable being monitored and whose monitored value is

represented by the

DataValue

object.

Availability

Local, full, and lightweight clients.

Syntax

netVarObject = dvObject.NetworkVariable

Element

Description

dvObject

The

DataValue

object to be acted on.

netVarObject

The

NetworkVariable

object to be

returned.

Data Type

NetworkVariable

object

Read/Write

Read only.

Added to API

Prior to LNS Release 3.0.

Advertising