![]() |
WE310F5
39.00.000
|
TCP cfg structure. More...
#include <m2mb_profile.h>
Data Fields | |
UINT8 | enable |
UINT8 | ifId |
UINT8 | nId |
UINT8 | family |
UINT8 | automatic |
UINT16 | lport |
UINT32 | ip |
UINT16 | rport |
UINT8 | type |
UINT8 automatic |
automatically send/receive/accept data/client connection
Definition at line 610 of file m2mb_profile.h.
UINT8 enable |
enable if the TCP configuration is valid
Definition at line 606 of file m2mb_profile.h.
UINT8 family |
Socket Family
Definition at line 609 of file m2mb_profile.h.
UINT8 ifId |
I/O Inteface ID, stores the socket created by the interface
Definition at line 607 of file m2mb_profile.h.
UINT32 ip |
IP address to connect, if TCP client
Definition at line 612 of file m2mb_profile.h.
UINT16 lport |
Local port to bind
Definition at line 611 of file m2mb_profile.h.
UINT8 nId |
network Inteface ID, stores the socket created for which interface
Definition at line 608 of file m2mb_profile.h.
UINT16 rport |
Remote port to connect, if TCP client
Definition at line 613 of file m2mb_profile.h.
UINT8 type |
TCP client (DEFAULT_TCP_CLIENT) or server(DEFAULT_TCP_SERVER)
Definition at line 614 of file m2mb_profile.h.