ESP-IDF
ot::Coap::Message::CodeToString() const
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
ot::Coap::Message::CodeToString() const
ot::Coap::Message::CodeToString() const method
Returns the CoAP Code as human readable string. @ returns The CoAP Code as string.
Syntax
Show:
Summary
Declaration
Definition
from
coap_message.hpp:288
const
char
*
CodeToString
(
void
)
const
;
Implemented in
coap_message.cpp:455
Examples
References
from
examples
Code
Location
Referrer
const
char
*
Message
::
CodeToString
(
void
)
const
coap_message.cpp:455
const
char
*
CodeToString
(
void
)
const
;
coap_message.hpp:288
const
char
*
otCoapMessageCodeToString
(
const
otMessage
*
aMessage
)
{
return
AsCoapMessage
(
aMessage
)
.
CodeToString
(
)
;
}
coap_api.cpp:147
otCoapMessageCodeToString()
Call Tree
from
examples
ot::Coap::Message::CodeToString() const
is called by 1 function and calls 1 function:
otCoapMessageCodeToString()
All items filtered out
ot::Coap::Message::CodeToString() const
ot::Coap::Message::GetCode() const
All items filtered out
Data Use
from
examples
ot::Coap::Message::CodeToString() const
reads 28 variables:
ot::Coap::Code::kCodeEmpty
ot::Coap::Code::kCodeGet
ot::Coap::Code::kCodePost
ot::Coap::Code::kCodePut
ot::Coap::Code::kCodeDelete
ot::Coap::Code::kCodeCreated
ot::Coap::Code::kCodeDeleted
ot::Coap::Code::kCodeValid
ot::Coap::Code::kCodeChanged
ot::Coap::Code::kCodeContent
ot::Coap::Code::kCodeContinue
ot::Coap::Code::kCodeBadRequest
ot::Coap::Code::kCodeUnauthorized
ot::Coap::Code::kCodeBadOption
ot::Coap::Code::kCodeForbidden
ot::Coap::Code::kCodeNotFound
ot::Coap::Code::kCodeMethodNotAllowed
ot::Coap::Code::kCodeNotAcceptable
ot::Coap::Code::kCodeRequestIncomplete
ot::Coap::Code::kCodePreconditionFailed
ot::Coap::Code::kCodeRequestTooLarge
ot::Coap::Code::kCodeUnsupportedFormat
ot::Coap::Code::kCodeInternalError
ot::Coap::Code::kCodeNotImplemented
ot::Coap::Code::kCodeBadGateway
ot::Coap::Code::kCodeServiceUnavailable
ot::Coap::Code::kCodeGatewayTimeout
ot::Coap::Code::kCodeProxyNotSupported
All items filtered out
ot::Coap::Message::CodeToString() const
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