ENet Xojo plugin

ENetPeer.DisconnectNow Method

Disconnects right away.

DisconnectNow(
   data as UInt32)

Parameters

data
Custom integer data that will be included with the disconnection event.

Remarks

No disconnect event will be generated. The foreign peer is not guaranteed to receive the disconnect notification, and is reset immediately upon return from this function.

See Also

ENetPeer Class