|
Twitch SDK (Internal)
|
#include <ichattransport.h>
Public Member Functions | |
| virtual | ~IChatTransportReader () |
| virtual void | OnConnect (TTV_ErrorCode hr, const char *error)=0 |
| virtual void | OnError (TTV_ErrorCode hr)=0 |
| virtual void | OnClose ()=0 |
| virtual void | OnRead (const char *pData, size_t nSize)=0 |
Interface implemented by components which read from a transport.
|
virtual |
Destructor.
|
pure virtual |
Inject information into the read when a disconnection occurs.
Implemented in ttv::chat::ChatReader.
|
pure virtual |
Inject information into the read when a connection occurs.
Implemented in ttv::chat::ChatReader.
|
pure virtual |
Inject information into the read when an error occurs.
Implemented in ttv::chat::ChatReader.
|
pure virtual |
Read raw data from a transport.
Implemented in ttv::chat::ChatReader.
1.8.13