Owner manual
OpenLNS Programmer's Reference 565
Read/Write
Read/write.
Added to API
Prior to LNS Release 3.0.
NetworkInterfaceFlag
Summary
Specifies whether the NetworkInterface has been set.
Availability
Local, full, and lightweight clients.
Syntax
netInterfaceFlag = nsdObject.NetworkInterfaceFlag
Element
Description
netInterfaceFlag
A Boolean value.
TRUE. The NetworkInterface
property in the specified
NetworkServiceDevice has
been set to a valid
interface object.
FALSE. The NetworkInterface
property is not valid and
should not be used.
nsdObject
The NetworkServiceDevice object to
be acted on.
Data Type
Boolean.
Read/Write
Read only.
Added to API
Prior to LNS Release 3.0.
NodeHandle
Summary
The unique ID assigned to the NetworkServiceDevice by the
NSS.
This property is equivalent to the Handle property of an
AppDevice object. If this NetworkServiceDevice has an
AppDevice associated with it, the Handle of that AppDevice
will be equal to the NodeHandle of the
NetworkServiceDevice.
An OpenLNS application would only use the NodeHandle to
directly invoke services of the LNS Host API.
Availability
Local, full, and lightweight clients.
Syntax
handleValue = nsdObject.NodeHandle
Element
Description
handleValue
The handle of the node as a long.
nsdObject
The NetworkServiceDevice object to
be acted on.
Data Type
Long.
Read/Write
Read only.