Discoverdevices, S discoverdevices – Echelon OpenLNS User Manual
Page 891
OpenLNS Programmer's Reference
854
255 lcaExcludedDevTypeAll
None of the above devices will be
deconfigured.
You can logically OR these
constants to combine their effects.
domainTypes
An Integer value indicating the
types of domains to be
deconfigured.
The valid values for this element,
which are contained in the
ConstDeconfigDomainTypes
constant, are as follows:
1 lcaDeconfigDomainCommon
Reserved for future use.
2 lcaDeconfigDomainAppl
Use the DomainId property of the
System object to execute this
method. Deconfigure all devices
with that domain ID.
4 lcaDeconfigDomainExplicit
Use the specified domain to
execute this method.
You can logically OR these
constants to combine their effects.
explicitDomain
A String specifying a domain ID to
use if the domainTypes element
specifies the explicit domain option
(see below).
This allows a domain that is not
part of the OpenLNS database to
be used by this method
Added to API
Prior to LNS Release 3.0.
DiscoverDevices
Summary
Discovers all configured devices on a specified domain, as
well as all unconfigured devices on the network, and places
them in the Discovered.Uninstalled subsystem.
This method may be used to find packages of pre-installed
nodes, or to discover nodes that were previously installed by
another network management tool. This discovery operation
overrides the system’s default discovery operation, which
only discovers unconfigured nodes. For more information on
the system's default discovery operation, see the
DiscoveryInterval property.