Owner manual

OpenLNS Programmer's Reference 811
mode). The device's service LED is
off in this state.
object
The RouterSide object to be acted on.
Data Type
Integer.
Read/Write
Read/write.
Added to API
Prior to LNS Release 3.0.
SubnetId
Summary
Contains the ID of the subnet. The RouterSide object's
SubnetId property identifies the subnet the device is part of.
This property can be used in conjunction with the NodeId
property to uniquely identify a device.
Note: As of OpenLNS, you can write to this property.
Availability
Local, full, and lightweight clients.
Syntax
returnValue = object.SubnetId
Element
Description
returnValue
The subnet ID of the device.
object
The RouterSide to be acted on.
Data Type
Integer.
Read/Write
Read/write.
Added to API
Prior to LNS Release 3.0.
Subnets
Summary
Contains the Subnets collection object associated with the
specified RouterSide. The Subnets collection contains
subnets that are associated with object. For example, the
RouterSide object’s Subnets property returns a Subnets
collection object corresponding to the subnet for the device's
index 0 domain entry.
Availability
Local, full, and lightweight clients.
Syntax
subnetCollection = object.Subnets
Element
Description
subnetCollection
The returned Subnets collection
object
The RouterSide object to be acted
upon.
Data Type
Subnets collection object.
Read/Write
Read only.
Added to API
Prior to LNS Release 3.0.