picloud fix segfault on close
This commit is contained in:
@@ -43,7 +43,7 @@ protected:
|
||||
bool closeDevice();
|
||||
bool isConnected() const {return is_connected;}
|
||||
int readDevice(void * read_to, int max_size);
|
||||
int writeDevice(const void * data, int max_size);
|
||||
int writeDevice(const void * data, int size);
|
||||
|
||||
private:
|
||||
EVENT_HANDLER1(void, _readed, PIByteArray &, data);
|
||||
|
||||
Reference in New Issue
Block a user