Ethernet Receive
Jump to navigation
Jump to search
Return to the main Raptor page
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. |