Object naming convention – Echelon OpenLNS User Manual

Page 42

Advertising
background image

OpenLNS Programmer's Reference

5

Object Naming Convention

While the documentation currently references most objects by their base names, it is

important to note that this name is not the full class name. The full name, which must

be used when declaring object types, includes the "Lca" prefix.
For example,
Base Name

Full Class Name

AppDevice

LcaAppDevice

Network

LcaNetwork

Subsystems

LcaSubsystems

The use of the prefix is necessary to avoid conflicts with other ActiveX controls and

servers, since the ActiveX software architecture uses a single name space for all controls

and servers.

Advertising