#include <ArServerCommands.h>
Public Types | |
| CONNECTED = 5 | |
| Server accepts clients connection. | |
| INTRODUCTION = 2 | |
| Introduces the server to the client. | |
| LIST = 129 | |
| Map of the string names for a type to a number along with a long description of the data type. | |
| LISTARGRET = 131 | |
| Map of the number to their arguments and returns descriptions. | |
| LISTARGRETSINGLE = 132 | |
| Map of a single type to a number (for late additions to server) along with its argument and return descriptions. | |
| LISTGROUPANDFLAGS = 133 | |
| Map of the number to their command groups and data flags. | |
| LISTGROUPANDFLAGSSINGLE = 134 | |
| Map of a single type to a number (for late additions to server) along with its command group and data flags. | |
| LISTSINGLE = 130 | |
| Map of a single type to a number (for late additions to server) along with its description. | |
| REJECTED = 6 | |
| Server rejects clients connection, has a byte2, then a string.... these reasons (1 = bad username password, string then is empty, 2 = rejecting connection because using central server, string then is central server IP). | |
| enum | ServerCommands { SHUTDOWN = 1, INTRODUCTION = 2, UDP_INTRODUCTION = 3, UDP_CONFIRMATION = 4, CONNECTED = 5, REJECTED = 6, TCP_ONLY = 7, LIST = 129, LISTSINGLE = 130, LISTARGRET = 131, LISTARGRETSINGLE = 132, LISTGROUPANDFLAGS = 133, LISTGROUPANDFLAGSSINGLE = 134 } |
| SHUTDOWN = 1 | |
| Closes the connection. | |
| TCP_ONLY = 7 | |
| Server tells client to only send TCP. | |
| UDP_CONFIRMATION = 4 | |
| Confirmation Udp was received from client. | |
| UDP_INTRODUCTION = 3 | |
| Udp introduction of the server to the client. | |
1.4.7