Previous Topic

Next Topic

Book Contents

Book Index

Discovery

The Discovery – com.prosyst.mbs.services.da.items.maintenance.Discovery, indicates a discovery procedure. For example, this procedure can open the network for new devices.

Property

Access

Property Class

Description

started

RE

boolean

Indicates whether the discovery is started or not. If it is true, the discovery is started. If it is false, the discovery is not started.

Operation

Parameters

Description

start

N/A

Starts the discovery. If there is an already started discovery, this operation has to stop it.

startWithTimeout

long – the maximum time to discover in milliseconds.

Starts the discovery with the given timeout. It is the maximum time for discovery procedure in milliseconds. If there is an already started discovery, this operation has to stop it.

stop

N/A

Stops the current discovery, if any. The operation does nothing if there is no started discovery.