Class t.i._.SerialPort(BaseSerialPort, javareactor.JConnection):

Part of twisted.internet._javaserialport View Source View In Hierarchy

A select()able serial device, acting as a transport.
Method __init__ Undocumented
Method writeSomeData Undocumented
Method doRead Undocumented
Method connectionLost Undocumented
Method getHost Undocumented
Method getPeer Undocumented
Method getTcpNoDelay Undocumented
Method setTcpNoDelay Undocumented
def __init__(self, protocol, deviceNameOrPortNumber, reactor, baudrate=9600, bytesize=EIGHTBITS, parity=PARITY_NONE, stopbits=STOPBITS_ONE, timeout=3, xonxoff=0, rtscts=0): (source)
Undocumented
def writeSomeData(self, data): (source)
Undocumented
def doRead(self): (source)
Undocumented
def connectionLost(self, reason): (source)
Undocumented
def getHost(self): (source)
Undocumented
def getPeer(self): (source)
Undocumented
def getTcpNoDelay(self): (source)
Undocumented
def setTcpNoDelay(self, enabled): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.