ENet Xojo plugin

ENetClient.Broadcast Method

Broadcasts a packet to all connected peers using an ENetPacket.

Broadcast(
   channel as UInt8,
   data as ENetPacket)

Parameters

channel
The channel number (0 to 255)The channel number (0 to 255)
data
The packet to broadcast as an ENetPacket.

Remarks

See Also

ENetClient Class