-
Notifications
You must be signed in to change notification settings - Fork 23
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.
Local::Environment GetEnvironment(const bool refresh = false) const noexcept;
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 . |
Returns a QuantumGate::Local::Environment
object.