Searched defs:MmsNotificationIndContext (Results 1 – 1 of 1) sorted by relevance
93 struct MmsNotificationIndContext { struct94 std::string transactionId = "";95 uint8_t messageClass = 0;96 int64_t messageSize = 0;97 int32_t expiry = DEFAULT_ERROR;98 uint16_t version = DEFAULT_ERROR;99 MmsAddress from;100 std::string subject = "";101 uint8_t deliveryReport = 0;102 std::string contentLocation = "";[all …]