#include <ArClientCommands.h>
Public Types | |
| enum | ClientCommands { SHUTDOWN = 1, INTRODUCTION = 2, UDP_INTRODUCTION = 3, UDP_CONFIRMATION = 4, TCP_ONLY = 5, LIST = 128, REQUEST = 129, REQUESTSTOP = 130 } |
| INTRODUCTION = 2 | |
| Introduces the client to the server. | |
| LIST = 128 | |
| Lists the types that can be handled. | |
| REQUEST = 129 | |
| Requests packet of a certain type. | |
| REQUESTSTOP = 130 | |
| Requests that the server stop sending the given type. | |
| SHUTDOWN = 1 | |
| Closes the connection. | |
| TCP_ONLY = 5 | |
| Client tells server to only send TCP. | |
| UDP_CONFIRMATION = 4 | |
| Confirmation Udp was received from server. | |
| UDP_INTRODUCTION = 3 | |
| Udp introduction of the client to the server. | |
1.4.7