ESP-IDF
otTcpDisconnectedReason
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otTcpDisconnectedReason
otTcpDisconnectedReason enum
Syntax
Show:
Summary
Declaration
from
tcp.h:184
enum
otTcpDisconnectedReason
{
OT_TCP_DISCONNECTED_REASON_NORMAL
,
OT_TCP_DISCONNECTED_REASON_REFUSED
,
OT_TCP_DISCONNECTED_REASON_RESET
,
OT_TCP_DISCONNECTED_REASON_TIME_WAIT
,
OT_TCP_DISCONNECTED_REASON_TIMED_OUT
,
}
;
Values
Value
Declared as
otTcpDisconnectedReason::OT_TCP_DISCONNECTED_REASON_NORMAL
otTcpDisconnectedReason::OT_TCP_DISCONNECTED_REASON_REFUSED
otTcpDisconnectedReason::OT_TCP_DISCONNECTED_REASON_RESET
otTcpDisconnectedReason::OT_TCP_DISCONNECTED_REASON_TIME_WAIT
otTcpDisconnectedReason::OT_TCP_DISCONNECTED_REASON_TIMED_OUT
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
otTcpDisconnectedReason
tcp.h:184
}
otTcpDisconnectedReason
;
tcp.h:191
static
void
HandleTcpDisconnectedCallback
(
otTcpEndpoint
*
aEndpoint
,
otTcpDisconnectedReason
aReason
)
;
cli_tcp.hpp:105
ot::Cli::TcpExample::HandleTcpDisconnectedCallback()
ot::Cli::TcpExample::HandleTcpDisconnectedCallback()::aReason
void
HandleTcpDisconnected
(
otTcpEndpoint
*
aEndpoint
,
otTcpDisconnectedReason
aReason
)
;
cli_tcp.hpp:120
ot::Cli::TcpExample::HandleTcpDisconnected()
ot::Cli::TcpExample::HandleTcpDisconnected()::aReason
}
otTcpDisconnectedReason
;
tcp.h:191
otTcpDisconnectedReason
typedef
void
(
*
otTcpDisconnected
)
(
otTcpEndpoint
*
aEndpoint
,
otTcpDisconnectedReason
aReason
)
;
tcp.h:211
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
Instance
Scope
Location
Project
ot::Cli::TcpExample::HandleTcpDisconnectedCallback()::aReason
ot::Cli::TcpExample::HandleTcpDisconnectedCallback()
cli_tcp.hpp:105
ot::Cli::TcpExample::HandleTcpDisconnected()::aReason
ot::Cli::TcpExample::HandleTcpDisconnected()
cli_tcp.hpp:120
Lifecycle
from
examples
All items filtered out
All items filtered out