Ethernet Receive: Difference between revisions

From NewEagleWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[Raptor-Platform|Return to the main Raptor page]]
[[Raptor-Platform|Return to the main Raptor page]]


[[Raptor-Dev Ethernet Library|Return to Ethernet page]]
[[Raptor-Dev-Ethernet |Return to Ethernet page]]


[[File:ethernetRec.jpg|right|frame|Raptor Ethernet Receive]]
[[File:ethernetRec.jpg|right|frame|Raptor Ethernet Receive]]
Line 7: Line 7:
== Description ==
== Description ==
<p>The Ethernet Receive block receives data from the selected Ethernet socket.</p>
<p>The Ethernet Receive block receives data from the selected Ethernet socket.</p>
== Outputs ==
{| class="wikitable" style="width:65%;"
|-
! scope="col" style="width: 15%;"|Output
! scope="col" style="width: 15%;"|Type
! scope="col" style="width: 70%;"|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 ==
{| class="wikitable" style="width:65%;"
|-
! scope="col" style="width: 15%;"|Parameter
! scope="col" style="width: 15%;"|Type
! scope="col" style="width: 70%;"|Description
|-
! Socket Name
| String
| Name of referenced socket for this receive operation.
|}

Latest revision as of 17:57, 14 September 2023

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.