UDP Server Init

From OpenMBD
< HANcoder‎ | STM32‎ | Blocks
Jump to: navigation, search
Supported Targets: E407

General information about UDP Server Init

With this block you can initialize a UDP server for receiving UDP packets on a specified port. Upon initialization the UDP server allocates a reception buffer. Each time a UDP packet is received, its data is written to the reception buffer. The data of the previous packet is overwritten. The following blocks can be used to obtain data and information from the reception buffer: 'UDP Server Receive', 'UDP Server New Data Available' and 'UDP Server Receive Size'.

Block

UDPServerInit.png

Mask

UDPServerInitMask.png

Block parameters

Parameter Description
Port Enter the destination port

See Also

UDP client send | UDP Server new data available | UDP Server receive | UDP Server receive size