Isopen, Isopenindependent – Echelon OpenLNS User Manual

Page 569

Advertising
background image

OpenLNS Programmer's Reference

532

Large (48x48) with 256 colors

Added to API

Prior to LNS Release 3.0.

IsOpen

Summary

Indicates whether the specified

Network

object is currently

open. You can open the

Network

object with the

Open

method, and you can close it with the

Close

method.

Availability

Local, full, lightweight, and independent clients. Note that

temporary

MonitorSet

objects are not available on

Independent clients.

Syntax

isOpenFlag = Object.IsOpe

Element

Description

isOpenFlag

Boolean value.

Object

A Boolean value indicating whether the

Network

object is currently open.

TRUE. T

he

Network

object is

currently open

.

FALSE. T

he

Network

object is

currently closed

.

Data Type

Boolean.

Read/Write

Read only.

Added to API

LNS Release 3.0.

IsOpenIndependent

Summary

Indicates whether the specified

Network

object is currently

open in

server-independent

mode.

Successfully invoking the

OpenIndependent

method on a

Network

object will set its

IsOpen

property to True. Invoking

the

CloseIndependent

method sets its

IsOpen

property to

False.

Availability

Local, full, lightweight, and independent clients.

Syntax

isOpenFlag = networkObject.IsOpenIndependent

Element

Description

isOpenFlag

Boolean value.

Object

A Boolean value indicating whether the

Network

object is currently open.

TRUE. T

he

Network

object is

currently open

.

FALSE. T

he

Network

object is

currently closed

.

Data Type

Boolean.

Advertising