Buffer for incoming data.
Empties when an EOL is encountered, emitting the "data" event.
Currently enabled options.
UUID for this socket.
Get whether this socket is using binary transmission.
Set whether this socket should use binary transmission.
Get whether this socket is using GMCP.
Set whether this socket should use GMCP.
Immediately destroy this socket.
Don't use this
Error to throw. Optional.
Request the client to use an option.
The option requested.
Tell the client to no longer use an option.
The option to stop using.
Enabled or disabled events for specific options when a response is received.
An event with a message received from the other end.
Raw data from the internal buffer. Stripped of newline and carriage return.
An out-of-band subnegotiation.
Request the other side of the socket to end transmission, allowing a clean disconnect.
Optional callback.
A GMCP packet event.
Enabled or disabled events for specific options when a response is received.
Express willingness to use an option.
The option requested.
Refuse to use an option.
The option to stop using.
Write data to the other end of the socket.
The data to write to the socket.
Optional callback.
Send a GMCP packet to the client (if enabled).
The package string for this GMCP packet.
The object to send.
Generated using TypeDoc
Client telnet wrapper for a raw TCP socket.