Exemplo n.º 1
0
 def set_feature_report(self, path, bytes):
     _hid_raise("set_feature_report",
             hid.hid_set_feature_report(self.interface, path, bytes))
Exemplo n.º 2
0
 def set_feature_report(self, path, buffer):
         self._check(hid.hid_set_feature_report(self._interface, path, buffer),
                     'set_feature_report')
         
         return
Exemplo n.º 3
0
 def set_feature_report(self, path, bytes):
     _hid_raise("set_feature_report",
                hid.hid_set_feature_report(self.interface, path, bytes))