Skip to content

QuantumGate::Local::Environment

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

QuantumGate::Local::Environment is a class that allows you to retrieve details about the local environment. An instance of this class can be retrieved via the QuantumGate::Local::GetEnvironment member function.

Member functions

Name Description
GetHostname Gets the host name of the system.
GetUsername Gets the user name that the QuantumGate local instance is running under.
GetAddresses Gets details about the network addresses for the local instance.
GetEthernetInterfaces Gets details about the Ethernet interfaces on the system, including their IP- and MAC addresses.
GetBluetoothRadios Gets details about the Bluetooth radios on the system, including their Bluetooth addresses.
GetBluetoothDevices Gets details about Bluetooth devices that are connected to the system, or are nearby and discoverable.
Clone this wiki locally