Skip to content

QuantumGate::Local::GetEnvironment

Karel Donk edited this page Dec 26, 2021 · 5 revisions

Gets a QuantumGate::Local::Environment object containing details about the local environment.

Signature

Local::Environment GetEnvironment(const bool refresh = false) const noexcept;

Parameters

Name Description
refresh Specifies whether to discard cached information and scan for any changes. Set this value to true if, for example, you would like QuantumGate to scan for new or nearby Bluetooth devices or network interfaces. Defaults to false.

Return values

Returns a QuantumGate::Local::Environment object.

Clone this wiki locally