Skip to content

QuantumGate::Local::GetProtocolVersion

Karel Donk edited this page Jun 1, 2018 · 1 revision

Gets the QuantumGate protocol version.

Signature

std::pair<UInt, UInt> GetProtocolVersion() const noexcept;

Return values

Returns a std::pair of UInt elements with:

  • Major version number (first element)
  • Minor version number (second element)
Clone this wiki locally