def set_feature_report(self, path, bytes): _hid_raise("set_feature_report", hid.hid_set_feature_report(self.interface, path, bytes))
def set_feature_report(self, path, buffer): self._check(hid.hid_set_feature_report(self._interface, path, buffer), 'set_feature_report') return