pub struct AtCmdConfig {
    pub pre_idle_count: Option<u16>,
    pub post_idle_count: Option<u16>,
    pub gap_timeout: Option<u16>,
    pub cmd_char: u8,
    pub char_num: Option<u8>,
}
Expand description

Configuration for the AT-CMD detection functionality

Fields

pre_idle_count: Option<u16>post_idle_count: Option<u16>gap_timeout: Option<u16>cmd_char: u8char_num: Option<u8>

Implementations

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.