ENet Xojo plugin

ENetPeer.Write Method

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

Write(
   channel as UInt8,
   data as ENetPacket)

Parameters

channel
The channel to send to.
data
The data as ENetPacket to send.

Remarks

See Also

ENetPeer Class