Ethernet Receive

From NewEagleWiki
Revision as of 17:57, 14 September 2023 by Jwoytsek (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Return to the main Raptor page

Return to Ethernet page

Raptor Ethernet Receive

Description

The Ethernet Receive block receives data from the selected Ethernet socket.

Outputs

Output Type Description
age uint16 The number of times this block has executed since a new message was received. Age is 0 when a new message is being output.
length uint16 The number of data bytes in the received message.
data uint8[] The data in the received ethernet packet.

Parameters

Parameter Type Description
Socket Name String Name of referenced socket for this receive operation.