Iconfilepath, Interface – Echelon OpenLNS User Manual

Page 316

Advertising
background image

OpenLNS Programmer's Reference

279

device.

FALSE.

Device is a Neuron hosted

device.

dtObject

The

DeviceTemplate

object to be acted

on.

Data Type

Boolean.

Read/Write

Read only.

Added to API

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.

Interface

Summary

Contains the main

Interface

object associated with the

specified

AppDevice

object. This includes the static interface

of the device, as well as all custom, virtual interfaces that

have been added to the device dynamically, with the

Add

method. The collection of custom interfaces that have been

added to a device is contained in the

Interfaces

property.

Availability

Local, full, and lightweight clients.

Syntax

interfaceObject = object.Interface

Element

Description

interfaceObject

The

Interface

object retrieved from the

object.

Advertising