GT2ConnectionState
Possible states for any GT2Connection.
- typedef enum
- {
- GT2Connecting,
- GT2Connected,
- GT2Closing,
- GT2Closed
- } GT2ConnectionState;
Constants
- GT2Connecting
- Negotiating the connection.
- GT2Connected
- Connection is active.
- GT2Closing
- Connection is being closed.
- GT2Closed
- Connection has been closed and can no longer be used.
Section Reference: Gamespy Transport SDK