Networkinterfaceflag, Nodehandle – Echelon OpenLNS User Manual
Page 602
OpenLNS Programmer's Reference
565
Read/Write
Read/write.
Added to API
Prior to LNS Release 3.0.
NetworkInterfaceFlag
Summary
Availability
Local, full, and lightweight clients.
Syntax
netInterfaceFlag = nsdObject.NetworkInterfaceFlag
Element
Description
netInterfaceFlag
A Boolean value.
TRUE.
property in the specified
has
been set to a valid
interface object
.
FALSE. The NetworkInterface
property is not valid and
should not be used.
nsdObject
object to
be acted on.
Data Type
Boolean.
Read/Write
Read only.
Added to API
Prior to LNS Release 3.0.
NodeHandle
Summary
by the
NSS.
This property is equivalent to the
object. If this
has an
associated with it, the
of that
An OpenLNS application would only use the
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
object to
be acted on.
Data Type
Long.
Read/Write
Read only.