ConnectedCallbackArgs

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

Only invoked following a successful connect call.

  • 1.7
  • 1.7
  • 1.7

NOTE This is an abstract type. Any object meeting this description can be used where this type is used.

Defined By

Properties

ConnectedCallbackArgs
socket : Titanium.Network.Socket.TCP

Socket instance that has been connected.

Socket instance that has been connected.