Smartswitch
SendingResult.ice
Go to the documentation of this file.
1 #pragma once
2 
3 [["python:pkgdir:Smartswitch/Messaging"]]
4 
5 #include <Config.ice>
6 
7 #ifdef CONFIG_MESSAGING
8 
9 module Smartswitch
10 {
11  module Messaging
12  {
19  {
20  string messageId;
22  };
23  };
24 };
25 
26 #endif
This struct is returned as a result of sending a Message.
Definition: SendingResult.ice:18
Definition: AccessException.ice:7
string messageId
The unique ID assigned to a Message, if the Message has been successfully routed to a mobile network ...
Definition: SendingResult.ice:20