ENet Xojo plugin

ENetPeer.Disconnect Method

Request a disconnection from a peer.

Disconnect(
   data as UInt32)

Parameters

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

Remarks

Disconnect event will be generated by the service once the disconnection is complete.

See Also

ENetPeer Class