Iconfilepath, Interfaces, Lcansdtype – Echelon OpenLNS User Manual

Page 599

Advertising
background image

OpenLNS Programmer's Reference

562

Added to API

Prior to LNS Release 3.0.

IconFilePath

Summary

Specifies the path and file name of an icon (*.ICO file)

representation of the object.

Availability

Local clients.

Syntax

IconFilePathFileName = object.IconFilePath

Element

Description

IconFilePathFileName Icon file and path 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:\MyICOs\Object.ICO).

The icon file should contain the following representations:

Standard (32x32 pixels) with 256 colors

Small (16x16) with 16 colors

Monochrome (32x32)

Large (48x48) with 256 colors

Added to API

Prior to LNS Release 3.0.

Interfaces

Summary

Contains the

Interfaces

collection object associated with the

specified

NetworkServiceDevice

object. This is the collection

of virtual and custom interfaces associated with the device.
The

Interfaces

collection allows virtual and custom interfaces

to be added to any device that supports dynamic network

variables, dynamic message tags, or dynamic

LonMarkObjects. You add custom interfaces to a device with

the

Add

method.

Availability

Local, full, and lightweight clients.

Syntax

interfaceColl = object.

Interfaces

Element

Description

interfaceColl

The

Interfaces

collection to be

returned.

object

The

NetworkServiceDevice

object to be

acted on.

Data Type

Interfaces

collection object.

Read/Write

Read only.

Added to API

Prior to LNS Release 3.0.

Advertising