LeviLamina
Loading...
Searching...
No Matches
ReassemblyQueue.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/dcsctp/AnyForwardTsnChunk.h"
7#include "mc/external/dcsctp/UnwrappedSequenceNumber.h"
8#include "mc/external/webrtc/StrongAlias.h"
9
10// auto generated forward declare list
11// clang-format off
12namespace dcsctp { class DcSctpMessage; }
13namespace dcsctp { class HandoverReadinessStatus; }
14namespace dcsctp { class StreamIDTag; }
15namespace dcsctp { class TSNTag; }
16namespace dcsctp { struct Data; }
17namespace dcsctp { struct DcSctpSocketHandoverState; }
18// clang-format on
19
20namespace dcsctp {
21
23public:
24 // prevent constructor by default
26
27public:
28 // member functions
29 // NOLINTBEGIN
31
33
37 );
38
39 MCNAPI void EnterDeferredReset(
42 );
43
44 MCNAPI ::std::vector<::dcsctp::DcSctpMessage> FlushMessages();
45
46 MCNAPI ::dcsctp::HandoverReadinessStatus GetHandoverReadiness() const;
47
48 MCNAPI void HandleForwardTsn(
51 );
52
53 MCNAPI ReassemblyQueue(::std::string_view, uint64, bool);
54
55 MCNAPI void
57
59
61 // NOLINTEND
62
63public:
64 // constructor thunks
65 // NOLINTBEGIN
66 MCNAPI void* $ctor(::std::string_view, uint64, bool);
67 // NOLINTEND
68
69public:
70 // destructor thunk
71 // NOLINTBEGIN
72 MCNAPI void $dtor();
73 // NOLINTEND
74};
75
76} // namespace dcsctp
Definition DcSctpMessage.h:7
Definition ReassemblyQueue.h:22
MCAPI ::std::vector<::dcsctp::DcSctpMessage > FlushMessages()
MCAPI ReassemblyQueue(::std::string_view, uint64, bool)
MCAPI void HandleForwardTsn(::webrtc::StrongAlias<::dcsctp::TSNTag, uint >, ::rtc::ArrayView<::dcsctp::AnyForwardTsnChunk::SkippedStream const >)
MCAPI void * $ctor(::std::string_view, uint64, bool)
MCAPI::dcsctp::HandoverReadinessStatus GetHandoverReadiness() const
MCAPI void Add(::webrtc::StrongAlias<::dcsctp::TSNTag, uint >, ::dcsctp::Data)
MCAPI void RestoreFromState(::dcsctp::DcSctpSocketHandoverState const &)
MCAPI void AddHandoverState(::dcsctp::DcSctpSocketHandoverState &)
MCAPI void AddReassembledMessage(::rtc::ArrayView<::dcsctp::UnwrappedSequenceNumber<::webrtc::StrongAlias<::dcsctp::TSNTag, uint > > const >, ::dcsctp::DcSctpMessage)
MCAPI void ResetStreamsAndLeaveDeferredReset(::rtc::ArrayView<::webrtc::StrongAlias<::dcsctp::StreamIDTag, ushort > const >)
MCAPI void EnterDeferredReset(::webrtc::StrongAlias<::dcsctp::TSNTag, uint >, ::rtc::ArrayView<::webrtc::StrongAlias<::dcsctp::StreamIDTag, ushort > const >)
Definition UnwrappedSequenceNumber.h:8
Definition _HeaderOutputPredefine.h:258
Definition StrongAlias.h:8
Definition Data.h:22
Definition DcSctpSocketHandoverState.h:7