LeviLamina
Loading...
Searching...
No Matches
DefaultMessageIDTypes.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class DefaultMessageIDTypes : int {
6 ConnectedPing = 0,
7 UnconnectedPing = 1,
8 UnconnectedPingOpenConnections = 2,
9 ConnectedPong = 3,
10 DetectLostConnections = 4,
11 OpenConnectionRequest1 = 5,
12 OpenConnectionReply1 = 6,
13 OpenConnectionRequest2 = 7,
14 OpenConnectionReply2 = 8,
16 RemoteSystemRequiresPublicKey = 10,
17 OurSystemRequiresSecurity = 11,
18 PublicKeyMismatch = 12,
19 OutOfBandInternal = 13,
20 SndReceiptAcked = 14,
21 SndReceiptLoss = 15,
22 ConnectionRequestAccepted = 16,
23 ConnectionAttemptFailed = 17,
24 AlreadyConnected = 18,
25 NewIncomingConnection = 19,
26 NoFreeIncomingConnections = 20,
27 DisconnectionNotification = 21,
28 ConnectionLost = 22,
29 ConnectionBanned = 23,
30 InvalidPassword = 24,
31 IncompatibleProtocolVersion = 25,
32 IpRecentlyConnected = 26,
33 Timestamp = 27,
34 UnconnectedPong = 28,
35 AdvertiseSystem = 29,
36 DownloadProgress = 30,
37 RemoteDisconnectionNotification = 31,
38 RemoteConnectionLost = 32,
39 RemoteNewIncomingConnection = 33,
40 FileListTransferHeader = 34,
41 FileListTransferFile = 35,
42 FileListReferencePushAck = 36,
43 DdtDownloadRequest = 37,
44 TransportString = 38,
45 ReplicaManagerConstruction = 39,
46 ReplicaManagerScopeChange = 40,
47 ReplicaManagerSerialize = 41,
48 ReplicaManagerDownloadStarted = 42,
49 ReplicaManagerDownloadComplete = 43,
50 RakvoiceOpenChannelRequest = 44,
51 RakvoiceOpenChannelReply = 45,
52 RakvoiceCloseChannel = 46,
53 RakvoiceData = 47,
54 AutopatcherGetChangelistSinceDate = 48,
55 AutopatcherCreationList = 49,
56 AutopatcherDeletionList = 50,
57 AutopatcherGetPatch = 51,
58 AutopatcherPatchList = 52,
59 AutopatcherRepositoryFatalError = 53,
60 AutopatcherCannotDownloadOriginalUnmodifiedFiles = 54,
61 AutopatcherFinishedInternal = 55,
62 AutopatcherFinished = 56,
63 AutopatcherRestartApplication = 57,
64 NatPunchthroughRequest = 58,
65 NatConnectAtTime = 59,
66 NatGetMostRecentPort = 60,
67 NatClientReady = 61,
68 NatTargetNotConnected = 62,
69 NatTargetUnresponsive = 63,
70 NatConnectionToTargetLost = 64,
71 NatAlreadyInProgress = 65,
72 NatPunchthroughFailed = 66,
73 NatPunchthroughSucceeded = 67,
74 ReadyEventSet = 68,
75 ReadyEventUnset = 69,
76 ReadyEventAllSet = 70,
77 ReadyEventQuery = 71,
78 LobbyGeneral = 72,
79 RpcRemoteError = 73,
80 RpcPlugin = 74,
81 FileListReferencePush = 75,
82 ReadyEventForceAllSet = 76,
83 RoomsExecuteFunc = 77,
84 RoomsLogonStatus = 78,
85 RoomsHandleChange = 79,
86 Lobby2SendMessage = 80,
87 Lobby2ServerError = 81,
88 Fcm2NewHost = 82,
89 Fcm2RequestFcmguid = 83,
90 Fcm2RespondConnectionCount = 84,
91 Fcm2InformFcmguid = 85,
92 Fcm2UpdateMinTotalConnectionCount = 86,
93 Fcm2VerifiedJoinStart = 87,
94 Fcm2VerifiedJoinCapable = 88,
95 Fcm2VerifiedJoinFailed = 89,
96 Fcm2VerifiedJoinAccepted = 90,
97 Fcm2VerifiedJoinRejected = 91,
98 UdpProxyGeneral = 92,
99 SQLite3Exec = 93,
100 SQLite3UnknownDb = 94,
101 SqlliteLogger = 95,
102 NatTypeDetectionRequest = 96,
103 NatTypeDetectionResult = 97,
104 Router2Internal = 98,
105 Router2ForwardingNoPath = 99,
106 Router2ForwardingEstablished = 100,
107 Router2Rerouted = 101,
108 TeamBalancerInternal = 102,
109 TeamBalancerRequestedTeamFull = 103,
110 TeamBalancerRequestedTeamLocked = 104,
111 TeamBalancerTeamRequestedCancelled = 105,
112 TeamBalancerTeamAssigned = 106,
113 LightspeedIntegration = 107,
114 XboxLobby = 108,
115 TwoWayAuthenticationIncomingChallengeSuccess = 109,
116 TwoWayAuthenticationOutgoingChallengeSuccess = 110,
117 TwoWayAuthenticationIncomingChallengeFailure = 111,
118 TwoWayAuthenticationOutgoingChallengeFailure = 112,
119 TwoWayAuthenticationOutgoingChallengeTimeout = 113,
120 TwoWayAuthenticationNegotiation = 114,
121 CloudPostRequest = 115,
122 CloudReleaseRequest = 116,
123 CloudGetRequest = 117,
124 CloudGetResponse = 118,
125 CloudUnsubscribeRequest = 119,
126 CloudServerToServerCommand = 120,
127 CloudSubscriptionNotification = 121,
128 LibVoice = 122,
129 RelayPlugin = 123,
130 NatRequestBoundAddresses = 124,
131 NatRespondBoundAddresses = 125,
132 Fcm2UpdateUserContext = 126,
133 Reserved3 = 127,
134 Reserved4 = 128,
135 Reserved5 = 129,
136 Reserved6 = 130,
137 Reserved7 = 131,
138 Reserved8 = 132,
139 Reserved9 = 133,
140 PongAddressInfo = 134,
141 NatTraversalPing = 135,
142 NatTraversalPong = 136,
143 RequestWebsocketConnection = 137,
144 AckFailedWebsocketRequest = 138,
145 Available5 = 139,
146 Available6 = 140,
147 Available7 = 141,
148 UserPacketEnum = 142,
149};
Definition ConnectionRequest.h:22