mb_tcp_slave sample
MB_TCP_UID
is only used within mb_tcp_slave 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_slave sample
MB_TCP_UID
MB_TCP_UID macro
Syntax
Show:
Summary
Declaration
from
mbframe.h:87
#define
MB_TCP_UID
6
Examples
References
from
examples
Code
Location
#define
MB_TCP_UID
6
mbframe.h:87
pucMBTCPFrame
[
MB_TCP_UID
]
=
0x00
;
mbtcp_m.c:162
MB_TCP_UID
,
xMBTCPPortMasterGetRespTimeLeft
(
pxInfo
)
)
;
port_tcp_master.c:350
}
else
if
(
xRet
!=
MB_TCP_UID
)
{
port_tcp_master.c:354
xRet
=
xMBTCPPortMasterGetBuf
(
pxInfo
,
&
pxInfo
->
pucRcvBuf
[
MB_TCP_UID
]
,
port_tcp_master.c:363
pxInfo
->
usRcvPos
+=
xRet
+
MB_TCP_UID
;
port_tcp_master.c:385
if
(
pxClientInfo
->
usTCPBufPos
<
(
MB_TCP_UID
+
xLength
)
)
{
port_tcp_slave.c:341
pxClientInfo
->
usTCPFrameBytesLeft
=
xLength
+
MB_TCP_UID
-
pxClientInfo
->
usTCPBufPos
;
port_tcp_slave.c:343
}
else
if
(
pxClientInfo
->
usTCPBufPos
==
(
MB_TCP_UID
+
xLength
)
)
{
port_tcp_slave.c:344
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