LeviLamina
Loading...
Searching...
No Matches
UDPProxyClientResultHandler.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
RakNet {
class
UDPProxyClient
; }
8
namespace
RakNet {
struct
RakNetGUID
; }
9
namespace
RakNet {
struct
SystemAddress
; }
10
// clang-format on
11
12
namespace
RakNet {
13
14
struct
UDPProxyClientResultHandler
{
15
public
:
16
// virtual functions
17
// NOLINTBEGIN
18
virtual
~UDPProxyClientResultHandler
() =
default
;
19
20
virtual
void
OnForwardingSuccess(
21
char
const
*,
22
ushort,
23
::RakNet::SystemAddress
,
24
::RakNet::SystemAddress
,
25
::RakNet::SystemAddress
,
26
::RakNet::RakNetGUID
,
27
::RakNet::UDPProxyClient
*
28
) = 0;
29
30
virtual
void
OnForwardingNotification(
31
char
const
*,
32
ushort,
33
::RakNet::SystemAddress
,
34
::RakNet::SystemAddress
,
35
::RakNet::SystemAddress
,
36
::RakNet::RakNetGUID
,
37
::RakNet::UDPProxyClient
*
38
) = 0;
39
40
virtual
void
OnNoServersOnline(
41
::RakNet::SystemAddress
,
42
::RakNet::SystemAddress
,
43
::RakNet::SystemAddress
,
44
::RakNet::RakNetGUID
,
45
::RakNet::UDPProxyClient
*
46
) = 0;
47
48
virtual
void
OnRecipientNotConnected(
49
::RakNet::SystemAddress
,
50
::RakNet::SystemAddress
,
51
::RakNet::SystemAddress
,
52
::RakNet::RakNetGUID
,
53
::RakNet::UDPProxyClient
*
54
) = 0;
55
56
virtual
void
OnAllServersBusy(
57
::RakNet::SystemAddress
,
58
::RakNet::SystemAddress
,
59
::RakNet::SystemAddress
,
60
::RakNet::RakNetGUID
,
61
::RakNet::UDPProxyClient
*
62
) = 0;
63
64
virtual
void
OnForwardingInProgress(
65
char
const
*,
66
ushort,
67
::RakNet::SystemAddress
,
68
::RakNet::SystemAddress
,
69
::RakNet::SystemAddress
,
70
::RakNet::RakNetGUID
,
71
::RakNet::UDPProxyClient
*
72
) = 0;
73
// NOLINTEND
74
75
public
:
76
// virtual function thunks
77
// NOLINTBEGIN
78
79
// NOLINTEND
80
};
81
82
}
// namespace RakNet
RakNet::UDPProxyClient
Definition
UDPProxyClient.h:16
RakNet::RakNetGUID
Definition
RakNetGUID.h:7
RakNet::SystemAddress
Definition
SystemAddress.h:7
RakNet::UDPProxyClientResultHandler
Definition
UDPProxyClientResultHandler.h:14
src
mc
deps
raknet
UDPProxyClientResultHandler.h
Generated on
for LeviLamina by
1.16.1