WE310F5  39.00.000
M2MB_T_CFG_S Struct Reference

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
 

Detailed Description

TCP cfg structure.

TCP cfg structure.

Definition at line 604 of file m2mb_profile.h.

Field Documentation

◆ automatic

UINT8 automatic

automatically send/receive/accept data/client connection

Definition at line 610 of file m2mb_profile.h.

◆ enable

UINT8 enable

enable if the TCP configuration is valid

Definition at line 606 of file m2mb_profile.h.

◆ family

UINT8 family

Socket Family

Definition at line 609 of file m2mb_profile.h.

◆ ifId

UINT8 ifId

I/O Inteface ID, stores the socket created by the interface

Definition at line 607 of file m2mb_profile.h.

◆ ip

UINT32 ip

IP address to connect, if TCP client

Definition at line 612 of file m2mb_profile.h.

◆ lport

UINT16 lport

Local port to bind

Definition at line 611 of file m2mb_profile.h.

◆ nId

UINT8 nId

network Inteface ID, stores the socket created for which interface

Definition at line 608 of file m2mb_profile.h.

◆ rport

UINT16 rport

Remote port to connect, if TCP client

Definition at line 613 of file m2mb_profile.h.

◆ type

UINT8 type

TCP client (DEFAULT_TCP_CLIENT) or server(DEFAULT_TCP_SERVER)

Definition at line 614 of file m2mb_profile.h.


The documentation for this struct was generated from the following file: