Struct ublox_cellular::GsmClient[][src]

pub struct GsmClient<C, CLK, RST, DTR, PWR, VINT, const N: usize, const L: usize> where
    C: AtatClient,
    CLK: 'static + Clock,
    RST: OutputPin,
    PWR: OutputPin,
    DTR: OutputPin,
    VINT: InputPin
{ /* fields omitted */ }

Implementations

Perform at full factory reset of the module, clearing all NVM sectors in the process

Reset the module by driving it’s RESET_N pin low for 50 ms

NOTE This function will reset NVM settings!

Check the power state of the module, by probing Vint pin if available, fallbacking to checking for AT responses through is_alive

Trait Implementations

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.