コード例 #1
0
ファイル: hidwrap.py プロジェクト: chad3814/libhid
 def set_feature_report(self, path, bytes):
     _hid_raise("set_feature_report",
             hid.hid_set_feature_report(self.interface, path, bytes))
コード例 #2
0
ファイル: hidsensor.py プロジェクト: snim2/python-csp
 def set_feature_report(self, path, buffer):
         self._check(hid.hid_set_feature_report(self._interface, path, buffer),
                     'set_feature_report')
         
         return
コード例 #3
0
ファイル: hidwrap.py プロジェクト: rippelchristoph/libhid
 def set_feature_report(self, path, bytes):
     _hid_raise("set_feature_report",
                hid.hid_set_feature_report(self.interface, path, bytes))