#include <HomeNetworkBehaviour.h>
HomeNetworkBehaviour class provides interface to the file exchanging
virtual bool HomeNetworkBehaviour::addFile |
( |
string |
localFileID, |
|
|
string |
destinationFileID |
|
) |
| |
|
pure virtual |
Adds a file to the cloud
- Parameters
-
localFileID | path of file to be added |
destinationFileID | path of file on cloud |
Implemented in ComputeOnClient, and ComputeOnPi.
virtual string HomeNetworkBehaviour::getFile |
( |
FileDescriptor |
fileDescriptor | ) |
|
|
pure virtual |
Gets a file from the cloud
- Parameters
-
fileDescriptor | the descriptor of the file to be retireved |
- Returns
- path of the file retrieved
Implemented in ComputeOnClient, and ComputeOnPi.
The documentation for this class was generated from the following file: