# AcceptedCallbackArgs
Argument object passed to the accepted callback when a listener accepts a connection.
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
# Properties
# inbound
inbound :Titanium.Network.Socket.TCP
Socket which represents the inbound connection.
This should be considered a 'connected' socket and is created in the CONNECTED state.