mb_tcp_master sample
MbSlaveInfo_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
MbSlaveInfo_t
MbSlaveInfo_t struct
Syntax
Show:
Summary
Declaration
from
port_tcp_master.h:64
typedef
struct
{
int
xIndex
;
int
xSockId
;
int
xError
;
int
xRcvErr
;
const
char
*
pcIpAddr
;
UCHAR
ucSlaveAddr
;
UCHAR
*
pucRcvBuf
;
USHORT
usRcvPos
;
int
pcPort
;
eMBPortProto
xMbProto
;
int64_t
xSendTimeStamp
;
int64_t
xRecvTimeStamp
;
uint16_t
usTidCnt
;
}
MbSlaveInfo_t
;
Fields
Field
Declared as
Description
MbSlaveInfo_t::xIndex
int
Slave information index.
MbSlaveInfo_t::xSockId
int
Socket ID of slave.
MbSlaveInfo_t::xError
int
Socket error.
MbSlaveInfo_t::xRcvErr
int
Socket receive error.
MbSlaveInfo_t::pcIpAddr
const
char
*
TCP/UDP IP address.
MbSlaveInfo_t::ucSlaveAddr
UCHAR
Slave short address.
MbSlaveInfo_t::pucRcvBuf
UCHAR
*
Receive buffer pointer.
MbSlaveInfo_t::usRcvPos
USHORT
Receive buffer position.
MbSlaveInfo_t::pcPort
int
TCP/UDP port number.
MbSlaveInfo_t::xMbProto
eMBPortProto
Protocol type.
MbSlaveInfo_t::xSendTimeStamp
int64_t
Send request time stamp.
MbSlaveInfo_t::xRecvTimeStamp
int64_t
Receive response time stamp.
MbSlaveInfo_t::usTidCnt
uint16_t
Transaction identifier (TID) for slave.
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