Owner manual
OpenLNS Programmer's Reference 427
FuncProfileName
Summary
Returns the functional profile name associated with the
LonMarkObject.
This property is accessed from the functional profile template
file associated with the object. The name returned by this
property is accessed from the functional profile template file
associated with this object.
This property is language dependent. Set the System object's
ResourceLanguageId to control the language.
Availability
Local, full, and lightweight clients.
Syntax
typeNameValue = object.FuncProfileName
Element
Description
object
The LonMarkObject to be acted on.
typeNameValue
The functional profile name to be
returned.
Data Type
String.
Read/Write
Read-only.
Added to API
Prior to LNS Release 3.0.
FuncProfileProgrammaticName
Summary
Returns the functional profile programmatic name associated
with the LonMarkObject.
This name is accessed from the functional profile template
file associated with the object. The programmatic name is
the base name stored for the object; it is not language
dependent like the FuncProfileName property.
Availability
Local, full, and lightweight clients.
Syntax
progNameValue = Object.FuncProfileProgrammaticName
Element
Description
progName
The functional profile programmatic
name of the object.
Object
The LonMarkObject to be acted on.
Data Type
String.
Read/Write
Read-only.
Added to API
Prior to LNS Release 3.0.
Index
Summary
Stores the device index number of the LonMarkObject. This
is the index number assigned to the LonMarkObject on the
device containing the object.