Owner manual

OpenLNS Programmer's Reference 943
lcaResourceScopeAutoDeterminatio
n
This value applies to the Mode property of
LonMarkObject objects only.
Select this value to have LNS determine
the value of the Mode property for the
LonMarkObject automatically.
If you select this value, OpenLNS will
iterate through all the available resource
files from most specific to most general (
highest scope to lowest scope) until it
finds the functional profile template
resource file containing the
LonMarkObject object’s definition. It will
then assign the proper value to the Mode
property.
If OpenLNS is unable to determine the
proper scope value, it will set the Mode
property to
lcaResourceScopeUnknown (-1).
typeSpec
The TypeSpec object to be acted on.
Data Type
Short.
Read/Write
Read/write.
Added to API
LNS Release 3.20.
TypeName
Summary
Contains the name of the type referenced by the TypeSpec
object. Each TypeSpec object is accessed through a network
variable, and identifies the type used by that network
variable. The resource file that contains the definition of the
type is identified by the Scope and ProgramID properties of
the TypeSpec object
Availability
Local, full, and lightweight clients.
Syntax
typeName = typeSpec.TypeName
Element
Description
typeName
The name of the type.
typeSpec
The TypeSpec object to be acted on.
Data Type
String.
Read/Write
Read/write.
Added to API
LNS Release 3.20.