Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
Represents the set of radios and their states on a device. Examples of radios include Wi-Fi, GPS, Bluetooth, and NFC.
See: newRadios
smart constructor.
Radios' | |
|
Instances
Create a value of Radios
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nfc:Radios'
, radios_nfc
- True if NFC is enabled at the beginning of the test. Otherwise, false.
$sel:gps:Radios'
, radios_gps
- True if GPS is enabled at the beginning of the test. Otherwise, false.
$sel:bluetooth:Radios'
, radios_bluetooth
- True if Bluetooth is enabled at the beginning of the test. Otherwise,
false.
$sel:wifi:Radios'
, radios_wifi
- True if Wi-Fi is enabled at the beginning of the test. Otherwise, false.
radios_nfc :: Lens' Radios (Maybe Bool) Source #
True if NFC is enabled at the beginning of the test. Otherwise, false.
radios_gps :: Lens' Radios (Maybe Bool) Source #
True if GPS is enabled at the beginning of the test. Otherwise, false.