Dialup, Extensions – Echelon OpenLNS User Manual

Page 598

Advertising
background image

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

Specifies whether the

NetworkServiceDevice

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.

The

NetworkServiceDevice

is

communicating through a

dialup modem

.

FALSE.

The

NetworkServiceDevice

is

not communicating through a

dialup modem

.

nsdObject

The

NetworkServiceDevice

object to be

acted on.

Data Type

Boolean.

Read/Write

Read only.

Added to API

Prior to LNS Release 3.0.

Extensions

Summary

Contains the

Extensions

collection object associated with the

specified

NetworkServiceDevice

object.

This property returns an

Extensions

collection. The objects

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.

Extensions

Element

Description

extensionsColl

The

Extensions

collection object.

object

The object whose

Extensions

collection is being returned.

Data Type

Extensions

collection object.

Read/Write

Read only.

Advertising