#include <p2pserver.hpp>
◆ provideLastRuntimeDataValueForPath()
virtual bool kanzi::connect::p2p::RuntimeDataProvider::provideLastRuntimeDataValueForPath |
( |
const string & | path, |
|
|
string & | stream ) |
|
pure virtual |
Once invoked, should provide the current runtime data value for specified path.
- Parameters
-
path | the path to serialize |
stream | where to put the serialized runtime data |
- Returns
- true if data was provided.
◆ provideRuntimeDataSchema()
virtual string kanzi::connect::p2p::RuntimeDataProvider::provideRuntimeDataSchema |
( |
| ) |
|
|
pure virtual |
Once invoked, must provide the complete runtime data schema of the service.
- Returns
- the schema.
The documentation for this class was generated from the following file:
- connect/p2p/p2pserver.hpp