ESP-IDF
esp_sdp_status_t
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
esp_sdp_status_t
esp_sdp_status_t enum
Syntax
Show:
Summary
Declaration
from
esp_sdp_api.h:31
enum
{
ESP_SDP_SUCCESS
=
0
,
ESP_SDP_FAILURE
,
ESP_SDP_NO_RESOURCE
,
ESP_SDP_NEED_INIT
,
ESP_SDP_NEED_DEINIT
,
ESP_SDP_NO_CREATE_RECORD
,
}
;
Values
Value
Declared as
Description
esp_sdp_status_t::ESP_SDP_SUCCESS
=
0
Successful operation.
esp_sdp_status_t::ESP_SDP_FAILURE
Generic failure.
esp_sdp_status_t::ESP_SDP_NO_RESOURCE
No more resource.
esp_sdp_status_t::ESP_SDP_NEED_INIT
SDP module shall init first.
esp_sdp_status_t::ESP_SDP_NEED_DEINIT
SDP module shall deinit first.
esp_sdp_status_t::ESP_SDP_NO_CREATE_RECORD
No record created.
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