Network.Send¶
| Name | Mandatory | Description | Default | Type | 
|---|---|---|---|---|
| ⬅️ Input | The input to send to the peer. | Any | ||
| Output ➡️ | Outputs the input value, passed through unchanged. | Any | ||
| Peer | No | The optional explicit peer to send packets to. | Var: Network.Peer | Var(Object) | 
This shard sends the input to the peer specified in the Peer parameter.
Details¶
This shard converts the input into a bytes sequence before sending it over the network.