Searched refs:_GetCommModemStatus (Results 1 - 1 of 1) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
H A Dserialwin32.py364 def _GetCommModemStatus(self): member in class:Win32Serial
372 return win32.MS_CTS_ON & self._GetCommModemStatus() != 0
377 return win32.MS_DSR_ON & self._GetCommModemStatus() != 0
382 return win32.MS_RING_ON & self._GetCommModemStatus() != 0
387 return win32.MS_RLSD_ON & self._GetCommModemStatus() != 0

Completed in 56 milliseconds