Componentapps, Connections, Currentaccount – Echelon OpenLNS User Manual

Page 915

Advertising
background image

OpenLNS Programmer's Reference

878

Added to API

Prior to LNS Release 3.0.

ComponentApps

Summary

Contains the

ComponentApps

collection object associated

with the specified

System

object

.

The ComponentApps collection is a list of LNS plug-in

commands that are associated with a particular object type.

Availability

Local, full, and lightweight clients.

Syntax

appsCollection = object.

ComponentApps

Element

Description

appsCollection The

ComponentApps

collection to be

returned.

object

The

System

object to be acted on.

Data Type

ComponentApps

collection object.

Read/Write

Read only.

Added to API

Prior to LNS Release 3.0.

Connections

Summary

Returns the

Connections

object associated with the specified

System

object

.

Use this property to get the

Connections

object associated

with the

System

, which in turn contains the

NetworkVariables

and

MessageTags

collection objects that

represent all of the connections in the system

.

Availability

Local, full, and lightweight clients.

Syntax

connectionsObject = systemObject.

Connections

Element

Description

connectionsObject

The returned Connections object.

systemObject

The System object to be acted on.

Data Type

Connections

collection object.

Read/Write

Read only.

Added to API

Prior to LNS Release 3.0.

CurrentAccount

Summary

Contains the

Account

object representing the active licensing

account

.

This property and the associated Account and Accounts

objects are reserved for future use.

Availability

Local, full, and lightweight clients.

Advertising