Home
last modified time | relevance | path

Searched defs:interCharTimeout (Results 1 – 1 of 1) sorted by relevance

/external/chromium-trace/catapult/third_party/pyserial/serial/
Dserialutil.py249 interCharTimeout=None # Inter-character timeout, None to disable argument
468 def setInterCharTimeout(self, interCharTimeout): argument
484interCharTimeout = property(getInterCharTimeout, setInterCharTimeout, doc="Inter-character timeout… variable in SerialBase