# AcceptedCallbackArgs

Argument object passed to the accepted callback when a listener accepts a connection.

Availability
1.7
1.7
9.2.0
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# inbound

Availability
1.7
1.7
9.2.0

Socket which represents the inbound connection.

This should be considered a 'connected' socket and is created in the CONNECTED state.


# socket

Availability
1.7
1.7
9.2.0

Socket which received the connection.