LeviLamina
Loading...
Searching...
No Matches
PacketizedTCP.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/raknet/TCPInterface.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
namespace
RakNet {
struct
Packet
; }
11
namespace
RakNet {
struct
SystemAddress; }
12
// clang-format on
13
14
namespace
RakNet {
15
16
class
PacketizedTCP
:
public
::RakNet::TCPInterface
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::UntypedStorage<8, 24>
mUnke16eaa;
21
::ll::UntypedStorage<8, 168>
mUnk39e085;
22
::ll::UntypedStorage<8, 24>
mUnk4117bd;
23
::ll::UntypedStorage<8, 24>
mUnk1b82f1;
24
::ll::UntypedStorage<8, 24>
mUnka9ed7b;
25
::ll::UntypedStorage<8, 24>
mUnkccf08c;
26
// NOLINTEND
27
28
public
:
29
// prevent constructor by default
30
PacketizedTCP
& operator=(
PacketizedTCP
const
&);
31
PacketizedTCP
(
PacketizedTCP
const
&);
32
PacketizedTCP
();
33
34
public
:
35
// virtual functions
36
// NOLINTBEGIN
37
// vIndex: 0
38
virtual
~PacketizedTCP
()
/*override*/
=
default
;
39
40
// vIndex: 1
41
virtual
void
42
Send(
char
const
* data, uint length,
::RakNet::SystemAddress
const
& systemAddress,
bool
broadcast)
/*override*/
;
43
44
// vIndex: 2
45
virtual
bool
SendList(
46
char
const
** data,
47
uint
const
* lengths,
48
int
const
numParameters,
49
::RakNet::SystemAddress
const
& systemAddress,
50
bool
broadcast
51
)
/*override*/
;
52
53
// vIndex: 4
54
virtual ::RakNet::Packet* Receive()
/*override*/
;
55
// NOLINTEND
56
57
public
:
58
// destructor thunk
59
// NOLINTBEGIN
60
61
// NOLINTEND
62
63
public
:
64
// virtual function thunks
65
// NOLINTBEGIN
66
67
// NOLINTEND
68
};
69
70
}
// namespace RakNet
Packet
Definition
Packet.h:26
RakNet::PacketizedTCP
Definition
PacketizedTCP.h:16
RakNet::TCPInterface
Definition
TCPInterface.h:13
RakNet::SystemAddress
Definition
SystemAddress.h:7
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
raknet
PacketizedTCP.h
Generated on Sat Apr 26 2025 05:55:29 for LeviLamina by
1.12.0