Currentdevicecount, Customerid, Debugtraceflag – Echelon OpenLNS User Manual

Page 916

Advertising
background image

OpenLNS Programmer's Reference

879

Syntax

acctObject = systemObject.CurrentAccount

Element

Description

acctObject

The current Account object.

systemObject

The System object to be acted on.

Data Type

Account

object.

Read/Write

Read only.

Added to API

Prior to LNS Release 3.0.

CurrentDeviceCount

Summary

Returns the number of

AppDevice

objects currently defined,

including network service devices

.

Availability

Local, full, and lightweight clients.

Syntax

deviceCountValue = systemObject.CurrentDeviceCount

Element

Description

deviceCountValue

The number of devices currently

defined.

systemObject

The System object to be acted on.

Data Type

Long.

Read/Write

Read only.

Added to API

Prior to LNS Release 3.0.

CustomerId

Summary

Returns the current CustomerId, as set in the

SetCustomerInfo

method of the

ObjectServer.

Availability

Local, full, and lightweight clients.

Syntax

custIdValue = systemObject.CustomerId

Element

Description

custIdValue

The customer ID to be returned

systemObject

The System object to be acted on.

Data Type

String.

Read/Write

Read only.

Added to API

Prior to LNS Release 3.0.

DebugTraceFlag

Summary

Enables the trace debugging tool

.

Availability

Local, full, and lightweight clients.

Syntax

debugFlag = systemObject.DebugTraceFlag

Advertising