Enum MediatekCommand
pub enum MediatekCommand {
CmdFullColdStart = 104,
TestAntiSpoofing = 301,
SetDGPSMode = 306,
SetMinSNR = 313,
SetSBASEnabled = 838,
}Expand description
Helper type to send Quectel proprietary frames.
Variants§
CmdFullColdStart = 104
Resets module to factory settings.
TestAntiSpoofing = 301
Enables or disables jamming detection function.
SetDGPSMode = 306
Configures the source mode of DGPS correction data.
SetMinSNR = 313
Sets the minimum Signal to Noise Ratio of satellites in use.
SetSBASEnabled = 838
Enables or disables SBAS satellite searching.
Auto Trait Implementations§
impl Freeze for MediatekCommand
impl RefUnwindSafe for MediatekCommand
impl Send for MediatekCommand
impl Sync for MediatekCommand
impl Unpin for MediatekCommand
impl UnsafeUnpin for MediatekCommand
impl UnwindSafe for MediatekCommand
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more