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

Triggered when we accept a new connection. More...

#include <event.h>

+ Inheritance diagram for ConnectedAcceptEvent:

Public Member Functions

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

Public Attributes

U32 portTag
 Identifies port we received this connection on. More...
 
U32 connectionTag
 Identifies the connection. More...
 
NetAddress address
 Originating address of connection. More...
 
- Public Attributes inherited from Event
U16 type
 
U16 size
 

Detailed Description

Triggered when we accept a new connection.

Constructor & Destructor Documentation

Member Data Documentation

NetAddress address

Originating address of connection.

U32 connectionTag

Identifies the connection.

U32 portTag

Identifies port we received this connection on.


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