LeviLamina
Loading...
Searching...
No Matches
INetherNetTransportInterfaceCallbacks.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/nether_net/ESessionError.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace Json { class Value; }
11namespace NetherNet { struct NetworkID; }
12// clang-format on
13
14namespace NetherNet {
15
17public:
18 // virtual functions
19 // NOLINTBEGIN
20 // vIndex: 0
22
23 // vIndex: 1
24 virtual void OnSessionGetConnectionFlags(::NetherNet::NetworkID, uint*) = 0;
25
26 // vIndex: 2
27 virtual bool OnSessionRequested(::NetherNet::NetworkID, uint64) = 0;
28
29 // vIndex: 3
30 virtual void OnSessionOpen(::NetherNet::NetworkID, uint64) = 0;
31
32 // vIndex: 4
33 virtual void OnSessionClose(::NetherNet::NetworkID, uint64, ::NetherNet::ESessionError, ::Json::Value) = 0;
34
35 // vIndex: 5
36 virtual void OnSpopViolation() = 0;
37
38 // vIndex: 6
39 virtual void OnBroadcastResponseReceived(::NetherNet::NetworkID, void const*, int) = 0;
40
41 // vIndex: 7
42 virtual bool OnBroadcastDiscoveryRequestReceivedGetResponse(void*, int*) = 0;
43 // NOLINTEND
44
45public:
46 // virtual function thunks
47 // NOLINTBEGIN
48
49 // NOLINTEND
50};
51
52} // namespace NetherNet
Definition Value.h:16
Definition INetherNetTransportInterfaceCallbacks.h:16
Definition NetworkID.h:17