mirror of
https://github.com/nefarius/ViGEmBus.git
synced 2025-08-10 00:52:17 +00:00
No comment
This commit is contained in:
@@ -5,14 +5,16 @@
|
||||
|
||||
class XusbNotificationRequest
|
||||
{
|
||||
private:
|
||||
HANDLE parent_bus;
|
||||
XUSB_REQUEST_NOTIFICATION payload;
|
||||
DWORD transferred;
|
||||
OVERLAPPED overlapped;
|
||||
|
||||
public:
|
||||
XusbNotificationRequest(HANDLE bus, ULONG serial, HANDLE wait);
|
||||
XusbNotificationRequest(HANDLE bus, ULONG serial, HANDLE notification);
|
||||
bool request_async();
|
||||
|
||||
void requestAsync();
|
||||
UCHAR get_led_number() const;
|
||||
UCHAR get_large_motor() const;
|
||||
UCHAR get_small_motor() const;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user