xvsdk  3.2.0
Public Types | Public Member Functions | List of all members
xv::DeviceStatusStream Class Referenceabstract

A class to handle device status event stream. More...

#include <xv-sdk.h>

Public Types

using Data = std::vector< unsigned char > const &
 

Public Member Functions

virtual bool start ()=0
 start streaming.
 
virtual bool stop ()=0
 stop streaming.
 
virtual int registerCallback (std::function< void(std::vector< unsigned char > const &)>)=0
 Register callback to receive data.
 
virtual bool unregisterCallback (int callbackId)=0
 Unregister callback.
 

Detailed Description

A class to handle device status event stream.

DataStructure Data structure of device status data:

DataStructure of handle controller data:

DataStructure of handle controller key eventdata:


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