Emitted when the socket is closed.
Emitted when data is available to read from the socket.
Closes the socket.
Removes an event listener added by on or addListener.
Removes an event listener added by on or addListener.
Emitted when the socket is closed.
Emitted when data is available to read from the socket.
Adds an event listener that will be automatically removed after it is triggered once. See addListener for more information about this event.
Adds an event listener that will be automatically removed after it is triggered once. See addListener for more information about this event.
Emitted when the socket is closed.
Emitted when data is available to read from the socket.
Removes an event listener added by on or addListener.
Removes an event listener added by on or addListener.
AndroidSocket is a way to communicate with a process launched on the AndroidDevice. Use androidDevice.open(command) to open a socket.