Skip to content

QuantumGate::Extender::GetPeer

Karel Donk edited this page Aug 4, 2020 · 3 revisions

Gets a QuantumGate::Peer object representing a (connected) peer on the local instance. Use the QueryPeers() member function to get the peers connected to the local instance.

Signature

Result<Peer> GetPeer(const PeerLUID pluid) const noexcept;

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

Clone this wiki locally