Home
last modified time | relevance | path

Searched defs:pcIPAddr (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.4.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.h95 const char* pcIPAddr; /*!< represents the IP address of the slave */ member
/hal_espressif-3.4.0/components/freemodbus/tcp_slave/port/
Dport_tcp_slave.c179 static int xMBTCPPortAcceptConnection(int xListenSockId, char** pcIPAddr) in xMBTCPPortAcceptConnection()