Owner manual
OpenLNS Programmer's Reference 111
1 lcaChannelAltPathNotRequired
This channel does not require use of the
alternate path. This value should be set
when a channel uses only PL-20s and
PL-21s. These power line transceivers
do not use the alternate path, but look
the same to LNS as the PL-22, which
does use the alternate path.
2 lcaChannelAltPathRequired
This channel requires use of both the
primary and alternate paths. This value
should be set when using a custom
transceiver that uses alternate
frequencies.
Data Type
Integer.
Read/Write
Read/write.
Added to API
LNS Release 3.0.
AppDevices
Summary
Contains the AppDevices collection object associated with the
specified Channel object. This property represents all the
devices on the channel.
Availability
Local, full, and lightweight clients.
Syntax
appDevicesCollection = object.AppDevices
Element
Description
appDevicesCollection
The AppDevices collection returned.
object
The Channel object to be acted on.
Data Type
AppDevices collection object.
Read/Write
Read only.
Added to API
Prior to LNS Release 3.0.
BitmapFilePath
Summary
Specify the path and file name of a bitmap (*.BMP file)
representation of the object.
The bitmap files are used to store object images which may be
accessed by a director level LNS component application. A
bitmap may be of any size, although the recommended
dimensions are 40x80 pixels.
See the IconFilePath property for related information.
Availability
Local clients.