Values.SemtechGnssDetailSourceDetails of the Semtech GNSS solver object.
type nonrec t = {provider : PositionSolverProvider.t option;The vendor of the solver object.
*)type_ : PositionSolverType.t option;The type of positioning solver used.
*)status : PositionConfigurationStatus.t option;The status indicating whether the solver is enabled.
*)fec : PositionConfigurationFec.t option;Whether forward error correction is enabled.
*)}