LeviLamina
Loading...
Searching...
No Matches
StateCookie.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
dcsctp {
6
7
class
StateCookie {
8
public
:
9
// member variables
10
// NOLINTBEGIN
11
::ll::UntypedStorage<4, 4>
mUnkf0d527;
12
::ll::UntypedStorage<4, 4>
mUnk57098c;
13
::ll::UntypedStorage<4, 4>
mUnk3b3e89;
14
::ll::UntypedStorage<4, 4>
mUnkb5757b;
15
::ll::UntypedStorage<4, 4>
mUnkf973d7;
16
::ll::UntypedStorage<8, 8>
mUnk867a00;
17
::ll::UntypedStorage<2, 8>
mUnke7445c;
18
// NOLINTEND
19
20
public
:
21
// prevent constructor by default
22
StateCookie& operator=(StateCookie
const
&);
23
StateCookie(StateCookie
const
&);
24
StateCookie();
25
26
public
:
27
// member functions
28
// NOLINTBEGIN
29
MCNAPI ::std::vector<uchar>
Serialize
();
30
// NOLINTEND
31
32
public
:
33
// static functions
34
// NOLINTBEGIN
35
MCNAPI static ::std::optional<::dcsctp::StateCookie>
Deserialize
(
::rtc::ArrayView<uchar const>
cookie);
36
// NOLINTEND
37
};
38
39
}
// namespace dcsctp
dcsctp::StateCookie::Serialize
MCAPI ::std::vector< uchar > Serialize()
dcsctp::StateCookie::Deserialize
static MCAPI ::std::optional<::dcsctp::StateCookie > Deserialize(::rtc::ArrayView< uchar const > cookie)
rtc::ArrayView
Definition
_HeaderOutputPredefine.h:310
ll::UntypedStorage
Definition
Alias.h:14
src
mc
external
dcsctp
StateCookie.h
Generated on
for LeviLamina by
1.16.1