UDP Server Receive Size

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

General information about UDP Server Receive Size

Each time the UDP server receives a new data packet, it stores the data in its internal receive buffer. Note that the previously received data packet is overwritten. This block reads the size in bytes of the most recently received data packet. To access the data, the block 'UDP Server Receive' can be used.

Block

UDPServerReceiveSize.png

Mask

UDPServerReceiveSizeMask.png

Outputs (outports)

The number of bytes currently stored in the UDP server's receive buffer.

Block parameters

Parameter Description
Sample time The block execution time, the amount of time between consecutive executions of the block. 0.1 means the the block will be executed at 10 Hz.

See Also

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