FAQ
 
 
Cover  \ Exhibition  \ Learning  \ Reference  \ Download  \ Discourse   
      Language \ Environment \ Libraries \ Comparison
 
   
   
Back  
   
  Reference for Processing (BETA) version 91+. If you have a previous version, use the reference included with your software. If you see any errors or have any comments, let us know.  
Class   Client
   
Name  

stop()

   
Examples  
import processing.net.*; 
Client myClient; 
int dataIn; 
 
void setup() { 
  size(200, 200); 
  // Connect to the local machine at port 5204. 
  // This example will not run if you haven't 
  // previously started a server on this port 
  myClient = new Client(this, "127.0.0.1", 5204); 
  println(myClient.ip()); 
} 
 
void draw() { 
  if (myClient.available() > 0) { 
    dataIn = myClient.read(); 
  } 
  background(dataIn); 
} 
 
void mousePressed() { 
  myClient.stop(); 
} 
 

Description   Disconnects from the server. Use to shut the connection when you're finished with the Client.
   
Syntax  
client.stop()
   
Parameters  
client   any variable of type Client

   
Returns   int
   
Usage   Web & Application
   
 
 






   
 
Updated: Fri Jul 15 16:41:09 PDT 2005
 
 








Creative Commons License
 
  Processing is an open project initiated by Ben Fry and Casey Reas  
  © Info  
gcolor="#000000" height="25">  ml">© Info   © Info   f="http://www.reas.com">Casey Reas     © Info   nt> and Casey Reas     © Info   ource.org/cc/Notice" /> -->     Processing is an open project initiated by Ben Fry and Casey Reas     © Info   native file format.