Configfiletype, Configfiletype p – Echelon OpenLNS User Manual
Page 192
OpenLNS Programmer's Reference
155
Read/Write
Read only.
Added to API
OpenLNS.
ConfigFileType
Summary
Specifies the type of configuration value file that implements
the ConfigProperty
object.
object is implemented by a configuration
network variable or a configuration value file. To determine
how the configuration property is implemented, read the
ImplementationType property of the ConfigProperty
object.
•
If the configuration property is implemented by a
configuration value file, this property identifies the type
of that value file. To determine the appropriate location
within this value file, read the ConfigFileOffset property.
•
If the configuration property is implemented by a
configuration NV, this property throws an
LCA, #165
exception ( “configuration property not implemented by a
configuration value file”).
Note: This property is not currently available from within a
DeviceTemplate object; therefore, it will throw a
LCA, #38
LCA_APP_DEVICE_REQUIRED
exception when accessed.
Availability
Local, full, and lightweight clients.