mb_tcp_master sample
MbClientInfo_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
MbClientInfo_t
MbClientInfo_t struct
Syntax
Show:
Summary
Declaration
from
port_tcp_slave.h:64
typedef
struct
{
int
xIndex
;
int
xSockId
;
int
xError
;
const
char
*
pcIpAddr
;
UCHAR
*
pucTCPBuf
;
USHORT
usTCPBufPos
;
USHORT
usTCPFrameBytesLeft
;
int64_t
xSendTimeStamp
;
int64_t
xRecvTimeStamp
;
USHORT
usTidCnt
;
}
MbClientInfo_t
;
Fields
Field
Declared as
Description
MbClientInfo_t::xIndex
int
Modbus info index.
MbClientInfo_t::xSockId
int
Socket id.
MbClientInfo_t::xError
int
TCP/UDP sock error.
MbClientInfo_t::pcIpAddr
const
char
*
TCP/UDP IP address (string).
MbClientInfo_t::pucTCPBuf
UCHAR
*
buffer pointer.
MbClientInfo_t::usTCPBufPos
USHORT
buffer active position.
MbClientInfo_t::usTCPFrameBytesLeft
USHORT
buffer left bytes to receive transaction.
MbClientInfo_t::xSendTimeStamp
int64_t
send request timestamp.
MbClientInfo_t::xRecvTimeStamp
int64_t
receive response timestamp.
MbClientInfo_t::usTidCnt
USHORT
last TID counter from packet.
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