Torque2D Reference
Loading...
Searching...
No Matches
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

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

Detailed Description

Triggered when we accept a new connection.

Constructor & Destructor Documentation

◆ ConnectedAcceptEvent()

Member Data Documentation

◆ address

NetAddress address

Originating address of connection.

◆ connectionTag

NetSocket connectionTag

Identifies the connection.

◆ portTag

NetSocket portTag

Identifies port we received this connection on.


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