Owner manual
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. The Network object is
currently open.
FALSE. The 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. The Network object is
currently open.
FALSE. The Network object is
currently closed.
Data Type
Boolean.