ESP-IDF
otServerConfig
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/5)...
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
Code
Location
Scope
Referrer
typedef
struct
otServerConfig
netdata.h:114
}
otServerConfig
;
netdata.h:120
otServerConfig
otServerConfig
mServerConfig
;
///< The Server configuration.
netdata.h:131
otServiceConfig
otServiceConfig::mServerConfig
class
ServerConfig
:
public
otServerConfig
,
public
Unequatable
<
ServerConfig
>
network_data_types.hpp:337
ot::NetworkData::ServiceConfig
ot::NetworkData::ServiceConfig::ServerConfig
DefineCoreType
(
otServerConfig
,
NetworkData
::
ServiceConfig
::
ServerConfig
)
;
network_data_types.hpp:404
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
otServerConfig
inherits 1 classes:
ot::NetworkData::ServiceConfig::ServerConfig
All items filtered out
otServerConfig
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
Instance
Scope
Location
Project
otServiceConfig::mServerConfig
otServiceConfig
netdata.h:131
Lifecycle
from
examples
All items filtered out
All items filtered out