Searched defs:connect (Results 1 – 4 of 4) sorted by relevance
102 public static IRemoteClient connect(int port) throws RemoteException { in connect() method in RemoteClient118 public static IRemoteClient connect(String hostname, int port) throws RemoteException { in connect() method in RemoteClient132 public static IRemoteClient connect() throws RemoteException { in connect() method in RemoteClient
36 def connect(self, line): member in RfcommLib
127 public boolean connect() { in connect() method in RemoteManager143 protected boolean connect(int port) { in connect() method in RemoteManager
443 def setup_ap_connection(self, network, bandwidth=80, connect=True): argument