WE310F5  39.00.000
M2MB_UDP_CFG_S Struct Reference

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
 

Detailed Description

UDP cfg structure.

UDP cfg structure.

Definition at line 553 of file m2mb_profile.h.

Field Documentation

◆ autorecv

UINT8 autorecv

Auto receive enable

Definition at line 559 of file m2mb_profile.h.

◆ enable

UINT8 enable

enable if the UDP configuration is valid

Definition at line 555 of file m2mb_profile.h.

◆ family

UINT8 family

Socket Family

Definition at line 558 of file m2mb_profile.h.

◆ ifId

UINT8 ifId

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

Definition at line 556 of file m2mb_profile.h.

◆ ip

UINT32 ip

IP address to send data, in case of UDP in legacy mode

Definition at line 561 of file m2mb_profile.h.

◆ lport

UINT16 lport

Local port to bind

Definition at line 560 of file m2mb_profile.h.

◆ nId

UINT8 nId

network Inteface ID, stores the socket created for which interface

Definition at line 557 of file m2mb_profile.h.

◆ rport

UINT16 rport

Remote port to send data, in case of UDP in legacy mode

Definition at line 562 of file m2mb_profile.h.


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