ENet Xojo plugin

ENetServer.Poll Method

Pools the server pool of peers. This variation of the Poll method does not wait for events.

Poll()

Parameters

Remarks

ENet is a polling protocol, you need to poll it so that events fire and so that the flow ticks. Polling can be done with timer or by other means.

See Also

ENetServer Class