Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TCPClient ¶
type TCPClient struct { Host string Reader *bufio.Reader Writer *bufio.Writer // contains filtered or unexported fields }
TCPClient defines the structure of the TCP client.
func NewTCPClientWithPort ¶
NewTCPClientWithPort creates a new TCPClient with an Xbox's IP and listening port.
func (*TCPClient) ReadString ¶
ReadString reads a string response from the Xbox.
Click to show internal directories.
Click to hide internal directories.