Difference between revisions of "HANcoder/STM32/Blocks/UDP Server Receive Size"

From OpenMBD
< HANcoder‎ | STM32‎ | Blocks
Jump to: navigation, search
(Created page with "{{HANcoder/block| info= 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...")
 
Line 1: Line 1:
{{HANcoder/block|
+
{{HANcoder/Block/UDP
  
info=
+
|info =
 
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.
 
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.
  
|blockImage=
+
|blockImage = UDPServerReceiveSize.png
UDPServerReceiveSize.png
 
  
|maskImage=
+
|maskImage = UDPServerReceiveSizeMask.png
UDPServerReceiveSizeMask.png
 
  
 
}}
 
}}

Revision as of 12:18, 23 March 2017

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