Launchlcaserverflag – Echelon OpenLNS User Manual

Page 931

Advertising
background image

OpenLNS Programmer's Reference

894

invocations

.

Availability

Local, full, and lightweight clients.

Syntax

lastErrorObject = systemObject.LastError

Element

Description

errorObject

The last error generated by the system

systemObject

The System object to be acted upon.

Data Type

Error

object.

Read/Write

Read only.

Added to API

Prior to LNS Release 3.0.

LaunchLcaServerFlag

Summary

Indicates whether the OpenLNS Server should be launched

when the

Open

method of the

System

object is called

.

Availability

Local, full, and lightweight clients.

Syntax

debugFlag = systemObject.LaunchLcaServerFlag

Element

Description

systemObject

The System

object to be acted on.

debugFlag

A Boolean value that

indicates whether

the OpenLNS Server should be

launched when the

System

.

Open

method is called.

TRUE. The OpenLNS Server should

be launched when the system

is opened.
The OpenLNS Server will

automatically be shut down

when the last client using the

server is closed.

FALSE. The OpenLNS Server should

not be launched when the

system is opened

The OpenLNS Server process

is required to allow OpenLNS

Remote Clients of all types to

connect. If you do not want

remote clients to connect, set

this property to False (before

invoking the

System

object's

Open

method) to conserve

computer resources.
The OpenLNS Server can also

be manually launched by

starting the OpenLNS Server

Advertising