Closed GoogleCodeExporter closed 8 years ago
Original comment by Benjamin.Heasly
on 23 Sep 2010 at 5:46
As of r388, I've added utilities for getting access to internally used values.
getReportStructTemplate returns a struct with the expected field names for
reading and writing report data.
getNameForReportType and getReportTypeForName exchange between enumerated
integers and human-readable strings for HID report types.
getDescriptionOfReturnValue returns a human-readable string for any mxArray.
If it's a non-positive numeric scalar, matches it to one of the enumerated
return values. Otherwise gives a vague description, for example, "looks like
data".
I didn't add any concept of validation or "isSuccessful", and I'm not planning
to, after all.
Original comment by Benjamin.Heasly
on 24 Sep 2010 at 11:30
Original issue reported on code.google.com by
Benjamin.Heasly
on 22 Sep 2010 at 6:18