Bitmapfilepath, Class – Echelon OpenLNS User Manual

Page 820

Advertising
background image

OpenLNS Programmer's Reference

783

Added to API

Prior to LNS Release 3.0.

BitmapFilePath

Summary

Specify the path and file name of a bitmap (*.BMP file)

representation of the object.
The bitmap files are used to store object images which may

be accessed by a director level LNS component application. A

bitmap may be of any size, although the recommended

dimensions are 40x80 pixels.
See the

IconFilePath

property for related information.

Availability

Local clients.

Syntax

bmpFilePath = object.BitmapFilePath

Element

Description

bmpFilePat

h

The bitmap path and file name.

object

The object to be acted on.

Data Type

String.

Read/Write

Read/write.
If you write to this property, you must specify the bitmap’s

full path and file name (for example,

C:\MyBMPs\Object.BMP).

Added to API

Prior to LNS Release 3.0.

Class

Summary

Identifies the router class (repeater, bridge, learning router

or configured router).

Availability

Local, full, and lightweight clients.

Syntax

classValue = routerObject.Class

Element

Description

classValue

The class of the router.

The valid class

values, which are contained in the

ConstRouterClasses

constant, are as

follows:

0 lcaConfiguredRouter

1 lcaLearningRouter (*see notes)

2 lcaRepeater

3 lcaBridge

4 lcaPermanentRepeater

5 lcaPermanentBridge
Notes
:

The lcaLearningRouter (1) value is not

supported by OpenLNS. If you write the

Advertising