ESP-IDF
otCommissionerJoinerEvent
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
otCommissionerJoinerEvent
otCommissionerJoinerEvent enum
Syntax
Show:
Summary
Declaration
from
commissioner.h:70
enum
otCommissionerJoinerEvent
{
OT_COMMISSIONER_JOINER_START
=
0
,
OT_COMMISSIONER_JOINER_CONNECTED
=
1
,
OT_COMMISSIONER_JOINER_FINALIZE
=
2
,
OT_COMMISSIONER_JOINER_END
=
3
,
OT_COMMISSIONER_JOINER_REMOVED
=
4
,
}
;
Values
Value
Declared as
otCommissionerJoinerEvent::OT_COMMISSIONER_JOINER_START
=
0
otCommissionerJoinerEvent::OT_COMMISSIONER_JOINER_CONNECTED
=
1
otCommissionerJoinerEvent::OT_COMMISSIONER_JOINER_FINALIZE
=
2
otCommissionerJoinerEvent::OT_COMMISSIONER_JOINER_END
=
3
otCommissionerJoinerEvent::OT_COMMISSIONER_JOINER_REMOVED
=
4
Examples
References
from
examples
Code
Location
Referrer
typedef
enum
otCommissionerJoinerEvent
commissioner.h:70
}
otCommissionerJoinerEvent
;
commissioner.h:77
otCommissionerJoinerEvent
typedef
void
(
*
otCommissionerJoinerCallback
)
(
otCommissionerJoinerEvent
aEvent
,
commissioner.h:163
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