-
Notifications
You must be signed in to change notification settings - Fork 23
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.
Result<Peer> GetPeer(const PeerLUID pluid) const noexcept;For more information about the parameters and return values of this function see QuantumGate::Local::GetPeer.