mb_tcp_master sample
MbSlaveAddrInfo_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
MbSlaveAddrInfo_t
MbSlaveAddrInfo_t struct
Syntax
Show:
Summary
Declaration
from
port_tcp_master.h:93
typedef
struct
{
USHORT
usIndex
;
const
char
*
pcIPAddr
;
UCHAR
ucSlaveAddr
;
}
MbSlaveAddrInfo_t
;
Fields
Field
Declared as
Description
MbSlaveAddrInfo_t::usIndex
USHORT
index of the address info.
MbSlaveAddrInfo_t::pcIPAddr
const
char
*
represents the IP address of the slave.
MbSlaveAddrInfo_t::ucSlaveAddr
UCHAR
slave unit ID (UID) field for MBAP frame.
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