enum io.HidReportType

enum HidReportType {
    Undefined = 0x00,
    Input     = 0x01,
    Output    = 0x02,
    Feature   = 0x03,
};