Iconfilepath, Initialauthenticationkey, Initialauthenticationkey i – Echelon OpenLNS User Manual

Page 113

Advertising
background image

OpenLNS Programmer's Reference

76

whether all database changes have been propagated to the

physical device.

Availability

Local, full, and lightweight clients.

Syntax

cmValue = appDeviceObject.HasBeenCommissioned

Element

Description

cmValue

A Boolean type indicating the

commission state.

appDeviceObject

The

AppDevice

object to be acted on.

Data Type

Boolean.

Read/Write

Read only.

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.

InitialAuthenticationKey

Summary

Contains the initial authentication key to be used when

commissioning an application device.
This property must be set prior to commissioning an

application device that has network management

authentication enabled, and has been previously

commissioned outside of LNS, or commissioned on a different

OpenLNS network. In these circumstances, OpenLNS will

not be able to communicate with the device without knowing

Advertising