ENet Xojo plugin

ENetServer.Connected Event

This event is fired when a new connection is made.

Connected(
   peer as ENetPeer)

Parameters

peer
The peer that got connected. If you passed a custom peer class in the CreateCustomPeer event then you can type cast this value to your custom class type here.

Remarks

See Also

ENetServer Class