[][src]Function huawei_modem::cmd::sms::list_sms_pdu

pub fn list_sms_pdu(
    modem: &mut HuaweiModem,
    status: MessageStatus
) -> impl Future<Item = Vec<SmsMessage>, Error = HuaweiError>

List SMSes from the modem's message store, in PDU mode (AT+CMGL).

The modem must be configured properly for PDU mode first. See the module-level documentation for more information.