-
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 Results are possible:
QuantumGate::ResultCode::SucceededQuantumGate::ResultCode::NotRunning