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 NetherNet { struct NetworkID; }
11// clang-format on
12
13namespace NetherNet {
14
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 // vIndex: 0
21
22 // vIndex: 1
23 virtual void OnSessionGetConnectionFlags(::NetherNet::NetworkID, uint*) = 0;
24
25 // vIndex: 2
26 virtual bool OnSessionRequested(::NetherNet::NetworkID, uint64) = 0;
27
28 // vIndex: 3
29 virtual void OnSessionOpen(::NetherNet::NetworkID, uint64) = 0;
30
31 // vIndex: 4
32 virtual void OnSessionClose(::NetherNet::NetworkID, uint64, ::NetherNet::ESessionError) = 0;
33
34 // vIndex: 5
35 virtual void OnSpopViolation() = 0;
36
37 // vIndex: 6
38 virtual void OnBroadcastResponseReceived(::NetherNet::NetworkID, void const*, int) = 0;
39
40 // vIndex: 7
41 virtual bool OnBroadcastDiscoveryRequestReceivedGetResponse(void*, int*) = 0;
42 // NOLINTEND
43
44public:
45 // destructor thunk
46 // NOLINTBEGIN
47
48 // NOLINTEND
49
50public:
51 // virtual function thunks
52 // NOLINTBEGIN
53
54 // NOLINTEND
55};
56
57} // namespace NetherNet
Definition INetherNetTransportInterfaceCallbacks.h:15
Definition NetworkID.h:7