Networkservicedevice, Nssdbversion, N etworkservicedevice – Echelon OpenLNS User Manual

Page 936

Advertising
background image

OpenLNS Programmer's Reference

899

Data Type

NetworkResources object

.

Read/Write

Read only.

Added to API

LNS Release 3.20.

NetworkServiceDevice

Summary

Returns the network service device, either an OpenLNS

Server or NSI, attaching the OpenLNS ActiveX control to the

network. The

NetworkServiceDevice

.

NetworkInterface

property of this object must be set before network

communications are possible.

Availability

Local, full, and lightweight clients.

Syntax

nsdObject = systemObject.

NetworkServiceDevice

Element

Description

systemObject

The

System

object to be acted on.

nsdObject

The

NetworkServiceDevice

object.

Data Type

NetworkServiceDevice

object.

Read/Write

Read only.

Added to API

Prior to LNS Release 3.0.

NssDbVersion

Summary

Indicates the version number of the NSS database.

Availability

Local, full, and lightweight clients.

Syntax

dbVersion = systemObject.NssDbVersion

Element

Description

dbVersion

The version number of the NSS

database.
The value of this parameter is

incremented when the database is

modified.
A database modification followed by

a backout will not result in the

version number being restored,

rather it will be bumped twice. In

other words, a backout constitutes a

new version rather than a return to

a previous version.
Version numbers are 16-bits and

thus may wrap around.

systemObject

The System object to be acted on.

Data Type

Integer.

Read/Write

Read only.

Advertising