Ethernet Send: Difference between revisions
Jump to navigation
Jump to search
(Created page with 'Return to the main Raptor page Return to Raptor-Dev Ethernet Library [[File:ethernetSend.jpg|right|frame|Raptor Ethernet Sen…') |
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 | [[Raptor-Dev-Ethernet |Return to Raptor-Dev Ethernet Library]] | ||
[[File:ethernetSend.jpg|right|frame|Raptor Ethernet Send]] | [[File:ethernetSend.jpg|right|frame|Raptor Ethernet Send]] | ||
Line 17: | Line 17: | ||
! Length | ! Length | ||
| uint16 | | uint16 | ||
| | | The length of the message to transmit. | ||
|- | |- | ||
! data | ! data | ||
| uint8[] | | uint8[] | ||
| | | The raw data bytes of the message to transmit. | ||
|} | |} | ||
Latest revision as of 17:59, 14 September 2023
Return to the main Raptor page
Return to Raptor-Dev Ethernet Library
Description
The Ethernet Send block sends out data from selected Ethernet socket.
Inputs
Input | Type | Description |
---|---|---|
Length | uint16 | The length of the message to transmit. |
data | uint8[] | The raw data bytes of the message to transmit. |
Parameters
Parameter | Type | Description |
---|---|---|
Socket Name | String | Name of referenced socket for this send operation. |