Public Member Functions | Public Attributes

wiimote::hid::queue_entry Struct Reference

#include <wiimote.h>

List of all members.

Public Member Functions

 queue_entry ()

Public Attributes

BYTE Report [REPORT_LENGTH]

Detailed Description

Definition at line 462 of file wiimote.h.


Constructor & Destructor Documentation

wiimote::hid::queue_entry::queue_entry (  ) [inline]

Definition at line 464 of file wiimote.h.

References Report.

{ memset(Report, 0, sizeof(Report)); }

Member Data Documentation

BYTE wiimote::hid::queue_entry::Report[REPORT_LENGTH]

Definition at line 466 of file wiimote.h.

Referenced by queue_entry().


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines