Programtype, Registeredcomponent – Echelon OpenLNS User Manual
Page 319
OpenLNS Programmer's Reference
282
Availability
Local, full, and lightweight clients.
Syntax
programIdValue = object.ProgramId
Element
Description
programIdValue
The program ID value of the object.
object
The object to be acted on.
Data Type
String.
Read/Write
Read only.
Added to API
Prior to LNS Release 3.0.
ProgramType
Summary
Identifies the form or origin of the application program for this
device.
If this property is set to lcaProgramType, the deprecated
ProgramTemplate
property of the
object specifies
a valid
ProgramTemplate
object.
Availability
Local, full, and lightweight clients.
Syntax
programTypeValue = devTemplateObject.ProgramType
Element
Description
programTypeValue
The device template’s program type.
The values for this element, which are
contained in the
ConstProgramTypes
constant, are as follows:
0 lcaProgramTypeSource
The application program is defined by a
Neuron C source file.
1 lcaProgramTypeXif
The application program is defined by
an external interface (.XIF extension)
file.
2 lcaProgramTypeFromDevice
This value is not supported.
devTemplateObject
object.
Data Type
Integer.
Read/Write
Read only.
Added to API
Prior to LNS Release 3.0.
RegisteredComponent
Summary
Contains the ActiveX name for the device control used by this
device template.