Common interface towards service service at server.
More...
#include <serviceclient.hpp>
Common interface towards service service at server.
◆ ServiceClient()
C++ constructor.
- Parameters
-
client | the client connection towards server. |
◆ addObserver()
Add observer to listen service service events.
- Parameters
-
◆ getClient()
Retrieve client instance.
- Returns
- client
◆ removeObserver()
Remove observer to listen service service events.
- Parameters
-
◆ serviceInterface()
ServiceInterfaceClient * kanzi::connect::ServiceClient::serviceInterface |
( |
| ) |
const |
Get interface.
- Returns
- interface
◆ serviceSession()
Get service session.
- Returns
- session interface.
◆ start()
void kanzi::connect::ServiceClient::start |
( |
| ) |
|
Start operation. should be called after connection towards server is established.
◆ stop()
void kanzi::connect::ServiceClient::stop |
( |
| ) |
|
Stop operation. should be called after connection towards server is closed.
The documentation for this class was generated from the following file:
- connect/serviceclient.hpp