Owner manual
OpenLNS Programmer's Reference 92
Syntax
upgradeReqValue = adObject.UpgradeRequirement
Element
Description
upgradeReqValue
An enumerated value indicating
whether the device's application
matches the application information
in the OpenLNS database. The
values for this property, which are
stored in the ConstUpgrade
Requirement constant, are as follows:
0 lcaUgReqNotRequired
Indicates that the device's
application does not need to be
upgraded.
1 lcaUgReqProgramIdMismatch
Indicates that the program ID of the
application does not match the
ProgramId property of the AppDevice
object.
adObject
The AppDevice object to be acted on.
Data Type
Integer.
Read/Write
Read only.
Added to API
Prior to LNS Release 3.0.
AppDevices
An AppDevices object is a collection of AppDevice objects. An instance of this collection is
typically used to hold all of the application devices in a subsystem. The following table
summarizes the AppDevices object.
Description
Represents a collection of AppDevice objects.
Added to API
Prior to LNS Release 3.0.
Accessed Through
Subsystem object.
Default Property
Item property.
Methods
• Add
• AddReference
• ItemByHandle
• ItemByNeuronID
• Remove
Properties
• ClassID
• Count
• Item
• Parent
• _NewEnum