Torque2D Reference
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Types | Public Member Functions | Public Attributes | List of all members
ConnectedNotifyEvent Struct Reference

Notify simulation of state of a connection. More...

#include <event.h>

+ Inheritance diagram for ConnectedNotifyEvent:

Public Types

enum  State {
  DNSResolved, DNSFailed, Connected, ConnectFailed,
  Disconnected
}
 Valid connection states. More...
 

Public Member Functions

 ConnectedNotifyEvent ()
 
- Public Member Functions inherited from Event
 Event ()
 

Public Attributes

U32 state
 Indicates current connection state. More...
 
U32 tag
 Identifies connection. More...
 
- Public Attributes inherited from Event
U16 type
 
U16 size
 

Detailed Description

Notify simulation of state of a connection.

Member Enumeration Documentation

enum State

Valid connection states.

Enumerator
DNSResolved 
DNSFailed 
Connected 
ConnectFailed 
Disconnected 

Constructor & Destructor Documentation

Member Data Documentation

U32 state

Indicates current connection state.

U32 tag

Identifies connection.


The documentation for this struct was generated from the following file: