ESP-IDF
otTcpIncomingConnectionAction
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
otTcpIncomingConnectionAction
otTcpIncomingConnectionAction enum
Syntax
Show:
Summary
Declaration
from
tcp.h:565
enum
otTcpIncomingConnectionAction
{
OT_TCP_INCOMING_CONNECTION_ACTION_ACCEPT
,
OT_TCP_INCOMING_CONNECTION_ACTION_DEFER
,
OT_TCP_INCOMING_CONNECTION_ACTION_REFUSE
,
}
;
Values
Value
Declared as
otTcpIncomingConnectionAction::OT_TCP_INCOMING_CONNECTION_ACTION_ACCEPT
otTcpIncomingConnectionAction::OT_TCP_INCOMING_CONNECTION_ACTION_DEFER
otTcpIncomingConnectionAction::OT_TCP_INCOMING_CONNECTION_ACTION_REFUSE
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
otTcpIncomingConnectionAction
tcp.h:565
}
otTcpIncomingConnectionAction
;
tcp.h:570
typedef
otTcpIncomingConnectionAction
(
*
otTcpAcceptReady
)
(
otTcpListener
*
aListener
,
tcp.h:601
static
otTcpIncomingConnectionAction
HandleTcpAcceptReadyCallback
(
otTcpListener
*
aListener
,
cli_tcp.hpp:106
ot::Cli::TcpExample
ot::Cli::TcpExample::HandleTcpAcceptReadyCallback()
otTcpIncomingConnectionAction
HandleTcpAcceptReady
(
otTcpListener
*
aListener
,
cli_tcp.hpp:121
ot::Cli::TcpExample
ot::Cli::TcpExample::HandleTcpAcceptReady()
}
otTcpIncomingConnectionAction
;
tcp.h:570
otTcpIncomingConnectionAction
typedef
otTcpIncomingConnectionAction
(
*
otTcpAcceptReady
)
(
otTcpListener
*
aListener
,
tcp.h:601
otTcpAcceptReady
otTcpAcceptReady
mAcceptReadyCallback
;
///< "Accept ready" callback function
tcp.h:651
otTcpAcceptReady
mAcceptReadyCallback
;
///< "Accept ready" callback function
tcp.h:662
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
return
ot::Cli::TcpExample::HandleTcpAcceptReadyCallback()
cli_tcp.hpp:106
return
ot::Cli::TcpExample::HandleTcpAcceptReady()
cli_tcp.hpp:121
Lifecycle
from
examples
All items filtered out
All items filtered out