ENet Xojo plugin

ENetClient.Poll Method

Pools the client 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

ENetClient Class