A wrapper class for the transmission control protocol socket.
Definition TCP_BSD.h:14
void LeaveChannel()
Definition TwitchChat.cpp:99
void SendPong()
Definition TwitchChat.cpp:111
void JoinChannel(const Str_8 &newChannel)
Definition TwitchChat.cpp:85
void UnInitialize()
Definition TwitchChat.cpp:75
void Initialize()
Definition TwitchChat.cpp:51
void WhisperMsg(const Str_8 &user, const Str_8 &msg)
Definition TwitchChat.cpp:137
Str_8 RecvMsg()
Definition TwitchChat.cpp:149
TwitchChat()
Definition TwitchChat.cpp:12
void SetToken(const Str_8 &newToken)
Definition TwitchChat.cpp:46
Str_8 GetChannel() const
Definition TwitchChat.cpp:173
TwitchChat & operator=(const TwitchChat &chat)
Definition TwitchChat.cpp:32
void SendMsg(const Str_8 &msg)
Definition TwitchChat.cpp:123
Str_8 GetUsername() const
Definition TwitchChat.cpp:168
Str< Char_8, UInt_64 > Str_8
Definition Str.h:1953