~aleteoryx/muditaos

ref: 26e43bdfd743318b28087d152b02557b16b6aca2 muditaos/module-services/service-cellular/SMSParser.hpp -rw-r--r-- 395 bytes
26e43bdf — Lefucjusz [BH-2073] Fix invalid accusative form in Meditation 1 year, 5 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved.
// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md

#include <utf8/UTF8.hpp>

#include <cstdint>
#include <string>
#include <ctime>

namespace SMSParser
{
    bool parse(const std::string *smsData);
    std::string getMessage();
    UTF8 getNumber();
    time_t getTime();
}; // namespace SMSParser