Home
last modified time | relevance | path

Searched refs:controlMsg (Results 1 – 6 of 6) sorted by relevance

/dports/devel/py-py_interface/py_interface-2.3/py_interface/
H A Derl_node_conn.py394 controlMsg = terms[0]
397 controlMsg, msg)
399 controlMsg = terms[0]
401 controlMsg, msg)
708 controlMsg = terms[0]
711 self._passThroughMsgCb(self, peerName, controlMsg, msg)
713 controlMsg = terms[0]
715 self._passThroughMsgCb(self, peerName, controlMsg)
/dports/audio/bristol/bristol-0.60.10/include/bristol/
H A Dbristolmidiapi.h202 } controlMsg; typedef
221 controlMsg controller;
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/EventClients/lib/python/ps3/
H A Dsixpair.py57 handle.controlMsg(usb.ENDPOINT_OUT | usb.TYPE_CLASS | usb.RECIP_INTERFACE
74 msg = handle.controlMsg(usb.ENDPOINT_IN | usb.TYPE_CLASS | usb.RECIP_INTERFACE
/dports/biology/abyss/abyss-2.3.1/Parallel/
H A DNetworkSequenceCollection.cpp786 ControlMessage controlMsg = m_comm.receiveControlMessage(); in parseControlMessage() local
787 switch(controlMsg.msgType) in parseControlMessage()
790 SetState(NetworkAssemblyState(controlMsg.argument)); in parseControlMessage()
794 << controlMsg.argument << '\n'; in parseControlMessage()
796 m_checkpointSum += controlMsg.argument; in parseControlMessage()
807 m_trimStep = controlMsg.argument; in parseControlMessage()
816 m_numPopped = controlMsg.argument; in parseControlMessage()
820 m_numAssembled = controlMsg.argument; in parseControlMessage()
/dports/devel/py-pyusb/pyusb-1.0.2/tests/
H A Dtest_legacy.py179 ret = self.handle.controlMsg(
191 ret = self.handle.controlMsg(
/dports/devel/py-pyusb/pyusb-1.0.2/usb/
H A Dlegacy.py190 def controlMsg(self, requestType, request, buffer, value = 0, index = 0, timeout = 100): member in DeviceHandle