Owner manual
OpenLNS Programmer's Reference 560
ConstClassIds constant:
40 lcaClassIdNetworkServiceDevice
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.
DefaultApplication
Summary
Contains the default application information for this
NetworkServiceDevice object.
The Application object gives the application's name, state,
version number, and the version of the API that compiled the
application.
Availability
Local, full, and lightweight clients.
Syntax
defaultApp = nsdObject.DefaultApplication
Element
Description
defaultApp
The Application object to be returned.
nsdObject
The NetworkServiceDevice object to be
acted on.
Data Type
Application.
Read/Write
Read only.
Added to API
LNS Release 3.0.
Description
Summary
Stores description information about the
NetworkServiceDevice 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
NetworkServiceDevice object.
object
The NetworkServiceDevice 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