Monado OpenXR Runtime
|
Interface for a communication method. More...
#include <opengloves/communication/opengloves_communication.h>
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) |
Interface for a communication method.