Skip to content

QuantumGate::Extender::PeerEvent::GetPeer

Karel Donk edited this page Aug 4, 2020 · 1 revision

Gets a QuantumGate::Peer object representing the peer causing the event. Using this function instead of the QuantumGate::Extender::GetPeer function can give better performance.

Signature

Result<Peer> GetPeer() const noexcept;

Return values

For more information about the return values of this function see QuantumGate::Local::GetPeer.

Clone this wiki locally