Values.RadiosSourceRepresents the set of radios and their states on a device. Examples of radios include Wi-Fi, GPS, Bluetooth, and NFC.
type nonrec t = {wifi : Boolean.t option;True if Wi-Fi is enabled at the beginning of the test. Otherwise, false.
*)bluetooth : Boolean.t option;True if Bluetooth is enabled at the beginning of the test. Otherwise, false.
*)nfc : Boolean.t option;True if NFC is enabled at the beginning of the test. Otherwise, false.
*)gps : Boolean.t option;True if GPS is enabled at the beginning of the test. Otherwise, false.
*)}