Home | History | Annotate | Download | only in cellular

Lines Matching refs:port

31     def __init__(self, hostname, port=2424):
34 self.destination = (hostname, port)
91 """Connects port n to the RF generator."""
99 """Returns (binary port status, selected port, port direction)."""
107 port = self.port_mapping.index(status)
109 port = None
111 return status, port, direction
121 (raw_status, port, direction) = switch.Query()
125 if port is None:
128 port_str = str(port)
129 print 'Port %s (0x%x)' % (port_str, raw_status)