-
Notifications
You must be signed in to change notification settings - Fork 23
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.
Callback<void(const PeerLUID, const PeerUUID, const Result<>)>;| 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. |