Skip to content

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.

Signature

Result<PeerUUID> GetUUID() const noexcept;

Return values

Returns a QuantumGate::Result indicating whether the operation was successful and containing a QuantumGate::PeerUUID when successful. The following Results are possible:

  • QuantumGate::ResultCode::Succeeded
  • QuantumGate::ResultCode::NotRunning
Clone this wiki locally