Owner manual

OpenLNS Programmer's Reference 890
Syntax
fileTransObject = systemObject.FileTransfer
Element
Description
fileTransObject
The FileTransfer object.
systemObject
The System object to be acted on.
Data Type
FileTransfer object.
Read/Write
Read only.
Added to API
Prior to LNS Release 3.0.
Handle
Summary
Contains the handle associated with the System object.
An OpenLNS Object that is part of a collection is assigned an
index corresponding to its position within that collection.
This index may be used when invoking the Item property.
Some OpenLNS Objects are tracked internally by the
OpenLNS Server using a unique handle.
Availability
Local, full, and lightweight clients.
Syntax
returnValue = object.Handle
Element
Description
returnValue
The NSS handle of the System object.
object
The System object to be acted on.
Data Type
Long.
Read/Write
Read only.
Added to API
Prior to LNS Release 3.0.
HostTimer
Summary
The maximum number of seconds the system will wait for a
response message from the host application after a
management request has been sent.
Availability
Local, full, and lightweight clients.