Mode – Echelon OpenLNS User Manual

Page 466

Advertising
background image

OpenLNS Programmer's Reference

429

Read/Write

Read only.

Added to API

Prior to LNS Release 3.0.

Mode

Summary

Returns the scope of the functional profile template resource

file that defines the

LonMarkObject.

Availability

Local, full, and lightweight clients.

Syntax

classMode = lmObject.Mode

Element

Description

classMode

The scope of the functional profile

template resource file that defines the

LonMarkObject

.

The possible values for this property,

which are stored in the

ConstResourceScope

constant (and in

the

ConstConfigPropertyModes

constant

for LNS versions prior to LNS Release

3.20), are as follows:
0 lcaResourceScopeStandard
Applies to all devices.
1 lcaResourceScopeClass
Applies to all devices of a specified

device class from any manufacturer.
2 lcaResourceScopeSubclass
Applies to all devices of a specified

device class and device subclass from

any manufacturer.
3 lcaResourceScopeMfg
Applies to all devices of a specified

manufacturer.
4 lcaResourceScopeMfgClass
Applies to all devices of a specified

manufacturer and device class.
5 lcaResourceScopeMfgSubClass
Applies to all devices of a specified

manufacturer, device class and device

subclass.
6 lcaResourceScopeMfgModel
Applies to all devices of a specified

manufacturer, device class, device

subclass and model.

Advertising