send

Description

Transmits the values to the set Ethernet object

Syntax

<ENet object>.send <value>, <value>, …

Parameter

Parameter

Description

Remarks

Value

Data value to be output.

Arguments separated by commas will be printed separated by spaces.

All data types

Example

enet_to_sensor.send "rob:", 10, ", command:"+cmd, "\n"

Last updated

Was this helpful?