PICloud small patches

This commit is contained in:
2021-07-20 21:11:33 +03:00
parent 511bedf425
commit d0db8012e6
13 changed files with 65 additions and 18 deletions

View File

@@ -28,11 +28,13 @@
#include "pistreampacker.h"
class PICloudBase
class PIP_CLOUD_EXPORT PICloudBase
{
public:
PICloudBase();
PIString serverName() const;
protected:
PIEthernet eth;
PIStreamPacker streampacker;