ENet Xojo plugin

ENetPeer.Write Method

Writes a reliable packet to send, taking the data in as string.

Write(
   channel as UInt8,
   data as String)

Parameters

channel
The channel to send to.
data
The data to send.

Remarks

See Also

ENetPeer Class