ESP-IDF
otNetDataPublisherEvent
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otNetDataPublisherEvent
otNetDataPublisherEvent enum
Syntax
Show:
Summary
Declaration
from
netdata_publisher.h:59
enum
otNetDataPublisherEvent
{
OT_NETDATA_PUBLISHER_EVENT_ENTRY_ADDED
=
0
,
OT_NETDATA_PUBLISHER_EVENT_ENTRY_REMOVED
=
1
,
}
;
Values
Value
Declared as
otNetDataPublisherEvent::OT_NETDATA_PUBLISHER_EVENT_ENTRY_ADDED
=
0
otNetDataPublisherEvent::OT_NETDATA_PUBLISHER_EVENT_ENTRY_REMOVED
=
1
Examples
References
from
examples
Code
Location
Referrer
typedef
enum
otNetDataPublisherEvent
netdata_publisher.h:59
}
otNetDataPublisherEvent
;
netdata_publisher.h:63
otNetDataPublisherEvent
typedef
void
(
*
otNetDataDnsSrpServicePublisherCallback
)
(
otNetDataPublisherEvent
aEvent
,
void
*
aContext
)
;
netdata_publisher.h:76
typedef
void
(
*
otNetDataPrefixPublisherCallback
)
(
otNetDataPublisherEvent
aEvent
,
netdata_publisher.h:89
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out