Offlineflag, Parent – Echelon OpenLNS User Manual

Page 646

Advertising
background image

OpenLNS Programmer's Reference

609

nvObject

The specified

NetworkVariable

object.

Data Type

NetworkVariables

collection object.

Read/Write

Read/write.

Added to API

Prior to LNS Release 3.0.

OfflineFlag

Summary

Indicates whether the network variable should be updated

only while the device’s

State

is set to lcaStateSoftOffline.

Availability

Local, full, and lightweight clients.

Syntax

offlineFlagValue = nvObject.OfflineFlag

Element

Description

offlineFlagValue A Boolean value indicating whether the

member number is manufacturer

assigned.
TRUE. The network variable should

be updated only while the

device’s

State

is set to

lcaStateSoftOffline.

FALSE. The network variable may be

updated while the device’s

State

is set to other states.

nvObject

The

NetworkVariable

object to be acted

on.

Data Type

Boolean.

Read/Write

Read only.

Added to API

Prior to LNS Release 3.0.

Parent

Summary

Returns the object that spawned the current child object.
The parent object is determined by the means in which a

child object is accessed, not by the OpenLNS Object

hierarchy.

Availability

Local, full, lightweight, and independent clients. Note that

some collection objects are not available to Independent

clients.

Syntax

parentObject = object.Parent

Element

Description

parentObject

The object that is the parent of the

specified object.

object

Any object for which the parent is

Advertising