Iconfilepath, Interfaces, Lcansdtype – Echelon OpenLNS User Manual
Page 599
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
collection object associated with the
object. This is the collection
of virtual and custom interfaces associated with the device.
The
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
method.
Availability
Local, full, and lightweight clients.
Syntax
interfaceColl = object.
Element
Description
interfaceColl
collection to be
returned.
object
object to be
acted on.
Data Type
collection object.
Read/Write
Read only.
Added to API
Prior to LNS Release 3.0.