ENet Xojo plugin

ENetPeer.Write Method

Writes packet to send using specific flags, taking the data in as string.

Write(
   channel as UInt8,
   data as String,
   reliable as Boolean,
   unsequenced as Boolean)

Parameters

channel
The channel to send to.
data
The data to send.
reliable
True if the packet is supposed to be reliable, else false.
unsequenced
True if the packets should be un-sequenced, else false. This parameter is ignored if the reliable parameter is set to true.

Remarks

See Also

ENetPeer Class