Smartswitch
ConcatenatedMessageInfo.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  {
22  {
26  };
27 
28  sequence<ConcatenatedMessageInfo> ConcatenatedMessageInfoOpt;
29  };
30 };
31 
32 #endif
sequence< ConcatenatedMessageInfo > ConcatenatedMessageInfoOpt
Definition: ConcatenatedMessageInfo.ice:28
byte segmentCountTotal
Total count of segments to which a big message has been split.
Definition: ConcatenatedMessageInfo.ice:24
Definition: AccessException.ice:7
byte messageIdentification
The unique ID of a message.
Definition: ConcatenatedMessageInfo.ice:23
The struct contains information needed to reassemble a full message from several segments.
Definition: ConcatenatedMessageInfo.ice:21
byte segmentNumberCurrent
The order number of a current segment amount other segments of the message.
Definition: ConcatenatedMessageInfo.ice:25