Properties, Appdevicecount, Classid – Echelon OpenLNS User Manual
Page 588
OpenLNS Programmer's Reference
551
Properties
The
NetworkResources object
contains the following properties
:
•
•
•
•
•
•
•
•
•
AppDeviceCount
Summary
Indicates the number of AppDevice objects that have been
installed on the system. This includes all devices that are
installed in the OpenLNS database, and managed by
OpenLNS. This does not include AppDevices contained in the
Discovered.Uninstalled subsystem.
This count does not include routers. You can determine how
many routers have been installed on the system by reading
the RouterCount property.
Availability
Local, full, and lightweight clients.
Syntax
count = networkResources.AppDeviceCount
Element
Description
count
The number of AppDevices installed
on the System. The valid range for
this property is 1–32,385.
networkResources The NetworkResources object being
acted upon.
Data Type
Long.
Read/Write
Read only.
Added to API
LNS Release 3.20.
ClassId
Summary
Identifies the object class of this object.
This property allows the object type to be determined when it
is unknown (for example, when the object was accessed using
the Parent property of another object).
Availability
Local, full, lightweight, and independent clients. Note that
some objects containing this property are not available to
Independent clients.
Syntax
classIdValue = object.ClassId
Element
Description