Skip to content

QuantumGate::ConnectCallback

Karel Donk edited this page Jun 29, 2018 · 6 revisions

This callback function gets called after the QuantumGate instance has tried to establish a connection and was either successful or has failed.

Declaration

Callback<void(const PeerLUID, const PeerUUID, const Result<>)>;

Parameters

Type Description
const PeerLUID The Locally Unique Identifier of the peer.
const PeerUUID The Universally Unique Identifier of the peer.
const Result<> Indicates whether the connection was successfully made.

Clone this wiki locally