ESP-IDF
otServerConfig
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otServerConfig
otServerConfig struct
Represents a Server configuration.
Syntax
Show:
Summary
Declaration
from
netdata.h:114
typedef
struct
otServerConfig
{
bool
mStable
:
1
;
uint8_t
mServerDataLength
;
uint8_t
mServerData
[
OT_SERVER_DATA_MAX_SIZE
]
;
uint16_t
mRloc16
;
}
otServerConfig
;
Fields
Field
Declared as
otServerConfig::mStable
bool
:
1
otServerConfig::mServerDataLength
uint8_t
otServerConfig::mServerData
uint8_t
[
OT_SERVER_DATA_MAX_SIZE
]
otServerConfig::mRloc16
uint16_t
Examples
References
from
examples
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