mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-07-16 15:52:55 +03:00
WIP
This commit is contained in:
@@ -9,11 +9,14 @@ class BusSocket : public Bus {
|
||||
public:
|
||||
BusSocket( const Connection& connection );
|
||||
|
||||
void startAsyncRead( ReadFn readFn );
|
||||
bool start() override;
|
||||
|
||||
size_t write( const char* buffer, const size_t& size );
|
||||
void startAsyncRead( ReadFn readFn ) override;
|
||||
|
||||
size_t write( const char* buffer, const size_t& size ) override;
|
||||
|
||||
protected:
|
||||
Connection mConnection;
|
||||
TcpSocket mSocket;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user