Zao SDK for Jetson / libzep API Reference
|
Client control callback interface. More...
#include <ClientInterface.hpp>
Public Member Functions | |
virtual void | OnLink () |
The callback that is called when linked (linked) to a client process. | |
virtual void | OnUnlink (bool stopped) |
Callback that is called when a client process is unlinked (linked) to a client process. Callback to be called when the client process is unlinked. | |
virtual void | OnConnectCloud () |
Callback called when connected to the cloud side. | |
virtual void | OnDisconnectCloud () |
Callback called when disconnected from the cloud side. | |
Client control callback interface.
|
inlinevirtual |
The callback that is called when linked (linked) to a client process.
Callback to be called when linked with a client process.
|
inlinevirtual |
Callback that is called when a client process is unlinked (linked) to a client process. Callback to be called when the client process is unlinked.
stopped | True if the link was stopped by StopLink; false if,
|