-
Notifications
You must be signed in to change notification settings - Fork 23
QuantumGate::Extender::GetLocalUUID
Karel Donk edited this page Jun 10, 2018
·
2 revisions
Gets the peer UUID of the local QuantumGate instance hosting the extender.
Result<PeerUUID> GetLocalUUID() const noexcept;
Returns a QuantumGate::Result
object containing, upon successful completion, a QuantumGate::PeerUUID
with the UUID of the local node. The QuantumGate::Result
can be equal to one of the following QuantumGate::ResultCode
s:
Value | Description |
---|---|
QuantumGate::ResultCode::Succeeded |
The operation succeeded. |
QuantumGate::ResultCode::ExtenderHasNoLocalInstance |
The operation failed because the extender hasn't been added to a QuantumGate instance. |