LeviLamina
Loading...
Searching...
No Matches
TurnRefreshRequest.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/cricket/StunRequest.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cricket { class StunMessage; }
11namespace cricket { class TurnPort; }
12// clang-format on
13
14namespace cricket {
15
17public:
18 // member variables
19 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
25 TurnRefreshRequest& operator=(TurnRefreshRequest const&);
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32 // vIndex: 6
33 virtual void OnSent() /*override*/;
34
35 // vIndex: 2
36 virtual void OnResponse(::cricket::StunMessage* response) /*override*/;
37
38 // vIndex: 3
39 virtual void OnErrorResponse(::cricket::StunMessage* response) /*override*/;
40
41 // vIndex: 5
42 virtual void OnTimeout() /*override*/;
43
44 // vIndex: 0
45 virtual ~TurnRefreshRequest() /*override*/ = default;
46 // NOLINTEND
47
48public:
49 // member functions
50 // NOLINTBEGIN
51 MCNAPI TurnRefreshRequest(::cricket::TurnPort* port, int lifetime);
52 // NOLINTEND
53
54public:
55 // constructor thunks
56 // NOLINTBEGIN
57 MCNAPI void* $ctor(::cricket::TurnPort* port, int lifetime);
58 // NOLINTEND
59
60public:
61 // virtual function thunks
62 // NOLINTBEGIN
63 MCNAPI void $OnSent();
64
65 MCNAPI void $OnResponse(::cricket::StunMessage* response);
66
68
69 MCNAPI void $OnTimeout();
70 // NOLINTEND
71
72public:
73 // vftables
74 // NOLINTBEGIN
75 MCNAPI static void** $vftable();
76 // NOLINTEND
77};
78
79} // namespace cricket
Definition StunMessage.h:23
Definition StunRequest.h:14
Definition TurnPort.h:39
Definition TurnRefreshRequest.h:16
MCAPI TurnRefreshRequest(::cricket::TurnPort *port, int lifetime)
MCAPI void * $ctor(::cricket::TurnPort *port, int lifetime)
MCAPI void $OnErrorResponse(::cricket::StunMessage *response)
MCAPI void $OnResponse(::cricket::StunMessage *response)
static MCAPI void ** $vftable()
Definition Alias.h:14