Skip to content

QuantumGate::DisconnectCallback

Karel Donk edited this page Jul 9, 2018 · 3 revisions

This callback function gets called by a QuantumGate instance when a peer has been disconnected.

Declaration

Callback<void(PeerLUID, PeerUUID)>;

Parameters

Name Description
PeerLUID The Locally Unique Identifier of the peer.
PeerUUID The Universally Unique Identifier of the peer.
Clone this wiki locally