Activeremoteni, Networkinterface – Echelon OpenLNS User Manual
Page 711
OpenLNS Programmer's Reference
674
Element
Description
networkObject
active.
objServerObject
object to be acted on.
Data Type
Read/Write
Read only.
Added to API
Prior to LNS Release 3.0.
ActiveRemoteNI
Summary
Specifies the network interface your remote Full client
application will use to communicate with the OpenLNS
Server.
You must set this property before accessing the Networks
collection object if you are using a remote Full client
application. This property will only return a valid value after
it has been explicitly set by an application.
Remote Lightweight client applications do not need to set
this property. When running as a Lightweight client, the
Object Server's NetworkInterfaces collection object will
contain only one NetworkInterface object, with the name
"Internet". This "virtual" network interface is provided for
backwards compatibility. The application may set the
ActiveRemoteNI property to this NetworkInterface object.
For more information on initializing remote OpenLNS
applications, see the OpenLNS Programmer’s Guide.
Availability
Full clients.
Syntax
objServerObject.ActiveRemoteNI = niObject
Element
Description
niObject
designated as active.
objServerObjec
t
Data Type
Read/Write
Read/write.
Added to API
Prior to LNS Release 3.0.