@espressif/rainmaker-base-cdf
Preparing search index...
types/localDiscovery
ESPCDFLocalDiscoveryAdapterInterface
Interface ESPCDFLocalDiscoveryAdapterInterface
Local discovery adapter interface for discovering ESP devices on LAN.
interface
ESPCDFLocalDiscoveryAdapterInterface
{
startDiscovery
(
callback
:
(
data
:
Record
<
string
,
any
>
)
=>
void
,
params
:
ESPCDFDiscoveryParamsInterface
,
)
:
Promise
<
()
=>
void
>
;
stopDiscovery
()
:
Promise
<
void
>
;
}
Index
Methods
start
Discovery
stop
Discovery
Methods
start
Discovery
startDiscovery
(
callback
:
(
data
:
Record
<
string
,
any
>
)
=>
void
,
params
:
ESPCDFDiscoveryParamsInterface
,
)
:
Promise
<
()
=>
void
>
Parameters
callback
:
(
data
:
Record
<
string
,
any
>
)
=>
void
params
:
ESPCDFDiscoveryParamsInterface
Returns
Promise
<
()
=>
void
>
stop
Discovery
stopDiscovery
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
start
Discovery
stop
Discovery
@espressif/rainmaker-base-cdf
Loading...
Local discovery adapter interface for discovering ESP devices on LAN.