Extensions, Filetransfer – Echelon OpenLNS User Manual
Page 926
OpenLNS Programmer's Reference
889
15
3.072
You can write the value 254 to the
property at any time to restore it to the
default.
To set the number of
retries
that will be
sent
for these message types
, write to
the DsRetryCount
property.
systemObject
The System
object to be acted upon.
Data Type
Integer.
Read/Write
Read/write.
Added to API
LNS Release 3.20.
Extensions
Summary
Contains the
Extensions
collection object associated with the
This property returns an
in this collection represent user data reserved for
manufacturers. Each object is identified with a unique
identifier set by the manufacturer
Availability
Local, full, lightweight, and independent clients.
Syntax
extensionsColl = object.
Element
Description
extensionsColl
object
The object whose
collection is being returned.
Data Type
Read/Write
Read only.
Added to API
Prior to LNS Release 3.0.
FileTransfer
Summary
Returns a new
object for use in establishing a
file transfer session.
Every call to get the FileTransfer object returns a fresh
FileTransfer object whose properties are set equal to the
defaults. As a result, OpenLNS must retain references to the
FileTransfer objects with which it intends to perform
multiple operations.
An application may still create multiple references to a given
FileTransfer object. Additionally, an application may
maintain multiple unique FileTransfer objects at any given
time.
Availability
Local, full, and lightweight clients.