Monitorsets, Mthubs – Echelon OpenLNS User Manual

Page 117

Advertising
background image

OpenLNS Programmer's Reference

80

appDevObject.LocationinNeuron = locationValue

Element

Description

locationValue

The location as read from the device

as a hex string.

object

The

AppDevice

object to be acted

on.

Data Type

String (6 bytes).

Read/Write

Read only.

Added to API

Prior to LNS Release 3.0.

MonitorSets

Summary

Contains a collection of all the

MonitorSet

objects on this

device. Devices that do not support monitor sets will return

an empty collection for this property.

Availability

Local, full, lightweight, and independent clients.

Syntax

monitorSets = adObject.MonitorSets

Element

Description

monitorSets

The collection of

MonitorSet

objects

on this device.

adObject

The

AppDevice

object to be acted

on.

Data Type

MonitorSets

object.

Read/Write

Read only.

Added to API

LNS Release 3.0.

MtHubs

Summary

The message tags in this application device that are hubs in

a message tag connection.
When a new hub is added, it may not be added to the end of

the list of hubs; therefore, a cached copy of the complete hub

list should be updated when a new hub is added or deleted.

Availability

Local, full, and lightweight clients.

Syntax

mtCollection = adObject.MTHubs

Element

Description

mtCollection

The returned

MessageTags

collection.

adObject

The specified

AppDevice

object.

Data Type

MessageTags

collection object.

Read/Write

Read only.

Advertising