Owner manual

OpenLNS Programmer's Reference 821
Independent clients.
Syntax
classIdValue = object.ClassId
Element
Description
classIdValue
The object class of the object. The
following value is defined for the Subnet
object in the ConstClassIds constant:
16 lcaClassIdSubnet
object
The object to be acted on.
Data Type
Integer.
Read/Write
Read only.
Added to API
Depends on the object used to access the property. Generally,
this property exists for an object as soon as the object is
added to the API.
Description
Summary
Stores description information about the Subnet object.
Availability
Local, full, lightweight, and independent clients. Note that
some collections are not available to Independent clients.
Syntax
stringValue = object.Description
Element
Description
stringValue
A string description of the Subnet
object.
object
The Subnet object to be acted on.
Data Type
String.
Read/Write
Read/write.
Added to API
This depends on the object used to access the property.
Generally, this property exists for the objects listed above as
soon as they are added to the API. See the applicable object
to determine what release it was introduced in.
DomainId
Summary
Contains the domain ID for a subnet.
The domain ID is stored as a string of hexadecimal digits.
For example, a 3-byte domain ID would be represented as
follows: "32a0cf". Domain IDs can be 1, 3, or 6 bytes in
length.
Availability
Local, full, and lightweight clients.
Syntax
domainIdValue = subnetObject.DomainId
Element
Description
domainIdValue
The domain ID for the subnet.