# ConnectedCallbackArgs

Argument object passed to the connected callback when the socket connects.

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.

# Overview

Only invoked following a successful Titanium.Network.Socket.TCP.connect call.

# Properties

# socket

Availability
1.7
1.7
9.2.0

Socket instance that has been connected.