pub fn set_sms_textmode(
    modem: &mut HuaweiModem,
    text: bool
) -> impl Future<Item = (), Error = HuaweiError>
Expand description

Set whether the modem will use text mode or not (AT+CMGF).