Maxpriority, Name – Echelon OpenLNS User Manual

Page 152

Advertising
background image

OpenLNS Programmer's Reference

115

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.

MaxPriority

Summary

Specifies the total number of priority slots allowed on a

channel.

Availability

Local, full, and lightweight clients.

Syntax

numPrioritySlots = channelObject.MaxPriority

Element

Description

numPrioritySlots

The total number of priority slots.

This value may be between 0 to

lcaNodePriorityMax (127).

Generally, this property only needs to

for channels based upon custom

transceivers.

channelObject

The

Channel

object to be acted upon.

Data Type

Integer.

Read/Write

Read/write.

Added to API

Prior to LNS Release 3.0.

Name

Summary

Specifies the name of an object as a character string. This

property is case sensitive. Searches by name must match

case.
This property can be a maximum of 85 characters long, but it

may not contain the forward slash (/), back slash (\), period

(.), and colon (:) characters.
The default name for a discovered channel takes the

following form: Channel_<objectId>

Advertising