mb_tcp_master sample
MbSlavePortConfig_t
is only used within mb_tcp_master sample.
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
mb_tcp_master sample
MbSlavePortConfig_t
MbSlavePortConfig_t struct
Syntax
Show:
Summary
Declaration
from
port_tcp_slave.h:77
typedef
struct
{
TaskHandle_t
xMbTcpTaskHandle
;
QueueHandle_t
xRespQueueHandle
;
MbClientInfo_t
*
pxCurClientInfo
;
MbClientInfo_t
*
*
pxMbClientInfo
;
USHORT
usPort
;
CHAR
*
pcBindAddr
;
eMBPortProto
eMbProto
;
USHORT
usClientCount
;
void
*
pvNetIface
;
eMBPortIpVer
xIpVer
;
}
MbSlavePortConfig_t
;
Fields
Field
Declared as
Description
MbSlavePortConfig_t::xMbTcpTaskHandle
TaskHandle_t
Server task handle.
MbSlavePortConfig_t::xRespQueueHandle
QueueHandle_t
Response queue handle.
MbSlavePortConfig_t::pxCurClientInfo
MbClientInfo_t
*
Current client info.
MbSlavePortConfig_t::pxMbClientInfo
MbClientInfo_t
*
*
Pointers to information about connected clients.
MbSlavePortConfig_t::usPort
USHORT
TCP/UDP port number.
MbSlavePortConfig_t::pcBindAddr
CHAR
*
IP address to bind.
MbSlavePortConfig_t::eMbProto
eMBPortProto
Protocol type used by port.
MbSlavePortConfig_t::usClientCount
USHORT
Client connection count.
MbSlavePortConfig_t::pvNetIface
void
*
Network netif interface pointer for port.
MbSlavePortConfig_t::xIpVer
eMBPortIpVer
IP protocol version.
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