LeviLamina
Loading...
Searching...
No Matches
CookieReceivedWhileShuttingDownCause.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/dcsctp/Parameter.h"
7#include "mc/external/dcsctp/TLVTrait.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace dcsctp { struct CookieReceivedWhileShuttingDownCauseConfig; }
12// clang-format on
13
14namespace dcsctp {
15
17: public ::dcsctp::Parameter,
18 public ::dcsctp::TLVTrait<::dcsctp::CookieReceivedWhileShuttingDownCauseConfig> {
19public:
20 // virtual functions
21 // NOLINTBEGIN
22 // vIndex: 1
23 virtual void SerializeTo(::std::vector<uchar>& out) const /*override*/;
24
25 // vIndex: 2
26 virtual ::std::string ToString() const /*override*/;
27
28 // vIndex: 0
29 virtual ~CookieReceivedWhileShuttingDownCause() /*override*/ = default;
30 // NOLINTEND
31
32public:
33 // static functions
34 // NOLINTBEGIN
35 MCNAPI static ::std::optional<::dcsctp::CookieReceivedWhileShuttingDownCause>
37 // NOLINTEND
38
39public:
40 // virtual function thunks
41 // NOLINTBEGIN
42 MCNAPI void $SerializeTo(::std::vector<uchar>& out) const;
43
44 MCNAPI ::std::string $ToString() const;
45 // NOLINTEND
46
47public:
48 // vftables
49 // NOLINTBEGIN
50 MCNAPI static void** $vftable();
51 // NOLINTEND
52};
53
54} // namespace dcsctp
Definition CookieReceivedWhileShuttingDownCause.h:18
static MCAPI ::std::optional<::dcsctp::CookieReceivedWhileShuttingDownCause > Parse(::rtc::ArrayView< uchar const > data)
MCAPI void $SerializeTo(::std::vector< uchar > &out) const
Definition Parameter.h:7
Definition TLVTrait.h:8
Definition _HeaderOutputPredefine.h:260