Skip to content

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.

Signature

Result<PeerUUID> GetLocalUUID() const noexcept;

Return values

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::ResultCodes:

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.
Clone this wiki locally