Monado OpenXR Runtime
opengloves_communication_device Interface Reference

Interface for a communication method. More...

#include <opengloves/communication/opengloves_communication.h>

Collaboration diagram for opengloves_communication_device:

Data Fields

int(* read )(struct opengloves_communication_device *comm_dev, char *data, size_t size)
 
int(* write )(struct opengloves_communication_device *comm_dev, const char *data, size_t size)
 
void(* destroy )(struct opengloves_communication_device *comm_dev)
 

Detailed Description

Interface for a communication method.


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