Remotechannel, Remotechannel p – Echelon OpenLNS User Manual

Page 940

Advertising
background image

OpenLNS Programmer's Reference

903

invoked.

This property defaults to True if the

InstallOptions property was set to

lcaSharedMedia (2) before the

System was opened for the first

time. Otherwise, it defaults to

False.

systemObject

The System object to be acted on.

Data Type

Boolean

.

Read/Write

Read/write.

Added to API

Prior to LNS Release 3.0.

RemoteChannel

Summary

If you are developing a Full client application, you can use

this property to specify the

Channel

to which your

application’s

NetworkServiceDevice

is attached

.

When a Full client application opens a system, OpenLNS

automatically determines the channel to which the

application’s NetworkServiceDevice is attached. However,

OpenLNS cannot determine the correct channel if the

channel is one of several channels connected by routers that

are configured as repeaters or permanent bridges (the Class

property is set to lcaRepeater, lcaPermanentRepeater or

lcaPermanentBridge).
In this scenario, you can set the RemoteChannel property to

specify the channel to which the NetworkServiceDevice is

attached. You must set this property before you open the

System

object. For more information on opening the System

object, see the OpenLNS Programmer’s Guide.
You must explicity set this property before it can be read. If

you attempt to read this property before it has been set, the

LCA, #150 lcaErrNotYetSet exception will be thrown.

Availability

Full client.

Syntax

channelObject= systemObject.RemoteChannel

Element

Description

channelObject

The Channel on which the remote

application resides.

systemObject

The System

object to be acted on.

Data Type

Channel object.

Read/Write

Read/write.

Added to API

Prior to LNS Release 3.0.

Advertising