Owner manual

OpenLNS Programmer's Reference 896
LdrfLanguages
Summary
Contains the LdrfLanguages collection representing the
languages known by OpenLNS. You can only access this
property after you have opened the Object Server.
Availability
Local, full, lightweight, and independent clients.
Syntax
ldrfLang = osObject.LdrfLanguages
Element
Description
ldrfLang
The LdrfLanguages collection.
osObject
The System object to be acted on.
Data Type
Boolean.
Read/Write
Read only.
Added to API
LNS Release 3.0.
MgmtMode
Summary
Determine’s the OpenLNS Object Server’s network
management mode.
When a remote full client connects to a network, the
configuration of its NetworkServiceDevice must be updated in
order for the connection to succeed. If the
NetworkServiceDevice had been previously added to the
system, and no subsequent changes to its configuration were
that need to be coordinated with the other devices on the
network, the configuration of the NetworkServiceDevice will
be updated and the client will open the network. This will
happen regardless of the setting of the MgmtMode property.
However, if the NetworkServiceDevice had not been
previously added to the system, or its configuration has
changed in a way that is not consistent with the other
physical devices on the network, then the network
management mode will be briefly set to
lcaMgmtModePropagateConfigUpdates (0) while the
connection takes place. In order for this to happen, the
AllowPropagateModeDuringRemoteOpen property must be
set to True. Afterwards, the network management mode will
be restored to lcaMgmtModeDeferConfigUpdates (1). If
the AllowPropagateModeDuringRemoteOpen property is set
to False in this case, the connection will fail, and the NS, #31
lcaErrNsDeferConfigUpdatesMgmntMode exception will
be generated.
You can use the OnSystemMgmtModeChangeEvent event to
track changes to the value of this property.
Availability
Local, full, and lightweight clients.
Syntax
modeType = systemObject.MgmtMode
Element
Description