Zao SDK for Jetson / libzep API Reference
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ClientCallbackInterface Class 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.
 

Detailed Description

Client control callback interface.

Member Function Documentation

◆ OnLink()

virtual void ClientCallbackInterface::OnLink ( )
inlinevirtual

The callback that is called when linked (linked) to a client process.

Callback to be called when linked with a client process.

◆ OnUnlink()

virtual void ClientCallbackInterface::OnUnlink ( bool  stopped)
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.

Parameters
stoppedTrue if the link was stopped by StopLink; false if,
  • true if the link was stopped by StopLink; if false, an attempt is made to reconnect in the * background.

The documentation for this class was generated from the following file: