WL865E4-P  36.07.001
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
 
UINT32 rport
 

Detailed Description

UDP cfg structure.

UDP cfg structure.

Definition at line 548 of file m2mb_profile.h.

Field Documentation

◆ autorecv

UINT8 autorecv

Auto receive enable

Definition at line 554 of file m2mb_profile.h.

◆ enable

UINT8 enable

enable if the UDP configuration is valid

Definition at line 550 of file m2mb_profile.h.

◆ family

UINT8 family

Socket Family

Definition at line 553 of file m2mb_profile.h.

◆ ifId

UINT8 ifId

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

Definition at line 551 of file m2mb_profile.h.

◆ ip

UINT32 ip

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

Definition at line 556 of file m2mb_profile.h.

◆ lport

UINT16 lport

Local port to bind

Definition at line 555 of file m2mb_profile.h.

◆ nId

UINT8 nId

network Inteface ID, stores the socket created for which interface

Definition at line 552 of file m2mb_profile.h.

◆ rport

UINT32 rport

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

Definition at line 557 of file m2mb_profile.h.


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