LeviLamina
Loading...
Searching...
No Matches
RestartOfAnAssociationWithNewAddressesCause.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace dcsctp {
6
8public:
9 // static functions
10 // NOLINTBEGIN
11 MCNAPI static ::std::optional<::dcsctp::RestartOfAnAssociationWithNewAddressesCause>
13 // NOLINTEND
14
15public:
16 // vftables
17 // NOLINTBEGIN
18 MCNAPI static void** $vftable();
19 // NOLINTEND
20};
21
22} // namespace dcsctp
Definition RestartOfAnAssociationWithNewAddressesCause.h:7
static MCAPI ::std::optional<::dcsctp::RestartOfAnAssociationWithNewAddressesCause > Parse(::rtc::ArrayView< uchar const >)
Definition _HeaderOutputPredefine.h:258