Dialup, Extensions – Echelon OpenLNS User Manual
Page 598
OpenLNS Programmer's Reference
561
soon as they are added to the API. See the applicable object
to determine what release it was introduced in.
Dialup
Summary
is
communicating through a modem
.
This property allows applications to be designed such that
they can check to see if communication with a device is
taking place over a modem before making permanent
connections or other communications decisions.
Availability
Local, full, and lightweight clients.
Syntax
dialupValue = nsdObject.Dialup
Element
Description
dialupValue
A Boolean value.
TRUE.
is
communicating through a
dialup modem
.
FALSE.
is
not communicating through a
dialup modem
.
nsdObject
object to be
acted on.
Data Type
Boolean.
Read/Write
Read only.
Added to API
Prior to LNS Release 3.0.
Extensions
Summary
collection object associated with the
object.
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.