#include <OVR_HIDDeviceBase.h>
Public Member Functions | |
virtual bool | GetFeatureReport (UByte *data, UInt32 length)=0 |
virtual bool | SetFeatureReport (UByte *data, UInt32 length)=0 |
virtual | ~HIDDeviceBase () |
Definition at line 28 of file OVR_HIDDeviceBase.h.
virtual OVR::HIDDeviceBase::~HIDDeviceBase | ( | ) | [inline, virtual] |
Definition at line 32 of file OVR_HIDDeviceBase.h.
virtual bool OVR::HIDDeviceBase::GetFeatureReport | ( | UByte * | data, |
UInt32 | length | ||
) | [pure virtual] |
virtual bool OVR::HIDDeviceBase::SetFeatureReport | ( | UByte * | data, |
UInt32 | length | ||
) | [pure virtual] |