-
Notifications
You must be signed in to change notification settings - Fork 23
QuantumGate::Local::GetUUID
Karel Donk edited this page Jun 10, 2018
·
4 revisions
Gets the peer UUID of the local instance. The peer UUID of an instance can only be retrieved when the instance is running.
Result<PeerUUID> GetUUID() const noexcept;
Returns a QuantumGate::Result
indicating whether the operation was successful and containing a QuantumGate::PeerUUID
when successful. The following Result
s are possible:
QuantumGate::ResultCode::Succeeded
QuantumGate::ResultCode::NotRunning