Networkservicedevices, Nsitimeout – Echelon OpenLNS User Manual
Page 571
OpenLNS Programmer's Reference
534
they are added to the API.
NetworkServiceDevices
Summary
Contains the NetworkServiceDevices
collection object
associated with the specified Network object. This is the
collection of all NetworkServiceDevice objects (the NSS and
all NSIs) on the network.
Availability
Local, full, lightweight, and independent clients.
Syntax
nsdColl = networkObject.
Element
Description
adObject
returned by the
property. This
object
represents the virtual network interface
for this network.
Data Type
Read/Write
Read only.
Added to API
Prior to LNS Release 3.0.
NsiTimeout
Summary
Indicates how long the OpenLNS Object Server will wait for
a client application to disconnect from the network before
shutting down
.
Your application should close all networks before this
interval expires when closing the Object Server.
Availability
Local, full, and lightweight clients.
Syntax
timeoutValue = networkObject.NsiTimeout
Element
Description
timeoutValue
The NSI’s timeout value in seconds.
A value of 0 indicates that the system
will not time out.
The maximum value for this property is
32,767.
The default value for this property is 10
seconds.
Data Type
Integer.
Read/Write
Read/write.
Added to API
Prior to LNS Release 3.0.