Ethernet Send: Difference between revisions

From NewEagleWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
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

Raptor Ethernet Send

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.