![]() |
WL865E4-P
36.07.001
|
UDP cfg structure. More...
#include <m2mb_profile.h>
Data Fields | |
UINT8 | enable |
UINT8 | ifId |
UINT8 | nId |
UINT8 | family |
UINT8 | autorecv |
UINT16 | lport |
UINT32 | ip |
UINT32 | rport |
UINT8 autorecv |
Auto receive enable
Definition at line 554 of file m2mb_profile.h.
UINT8 enable |
enable if the UDP configuration is valid
Definition at line 550 of file m2mb_profile.h.
UINT8 family |
Socket Family
Definition at line 553 of file m2mb_profile.h.
UINT8 ifId |
I/O Inteface ID, stores the socket created by the interface
Definition at line 551 of file m2mb_profile.h.
UINT32 ip |
IP address to send data, in case of UDP in legacy mode
Definition at line 556 of file m2mb_profile.h.
UINT16 lport |
Local port to bind
Definition at line 555 of file m2mb_profile.h.
UINT8 nId |
network Inteface ID, stores the socket created for which interface
Definition at line 552 of file m2mb_profile.h.
UINT32 rport |
Remote port to send data, in case of UDP in legacy mode
Definition at line 557 of file m2mb_profile.h.