|  | WE310F5
    39.00.000
    | 
UDP cfg structure. More...
#include <m2mb_profile.h>
| Data Fields | |
| UINT8 | enable | 
| UINT8 | ifId | 
| UINT8 | nId | 
| UINT8 | family | 
| UINT8 | autorecv | 
| UINT16 | lport | 
| UINT32 | ip | 
| UINT16 | rport | 
| UINT8 autorecv | 
Auto receive enable
Definition at line 559 of file m2mb_profile.h.
| UINT8 enable | 
enable if the UDP configuration is valid
Definition at line 555 of file m2mb_profile.h.
| UINT8 family | 
Socket Family
Definition at line 558 of file m2mb_profile.h.
| UINT8 ifId | 
I/O Inteface ID, stores the socket created by the interface
Definition at line 556 of file m2mb_profile.h.
| UINT32 ip | 
IP address to send data, in case of UDP in legacy mode
Definition at line 561 of file m2mb_profile.h.
| UINT16 lport | 
Local port to bind
Definition at line 560 of file m2mb_profile.h.
| UINT8 nId | 
network Inteface ID, stores the socket created for which interface
Definition at line 557 of file m2mb_profile.h.
| UINT16 rport | 
Remote port to send data, in case of UDP in legacy mode
Definition at line 562 of file m2mb_profile.h.