SocketClient.data

Sets the generic data associated with the client.

  1. T data [@property getter]
  2. T data [@property setter]
    class SocketClient(T)
    @property
    void
    data

Parameters

newData
Type: T

The generic data to associated with the client.

Meta