Modifications

Sauter à la navigation Sauter à la recherche
aucun résumé de modification
Ligne 7 : Ligne 7 :       −
xxxx.}}
+
Get the number of bytes (characters) available for reading from the Linux connection. This is data that's already arrived and stored in the receive buffer. available() inherits from the [http://arduino.cc/en/Reference/Stream Stream] utility class. .}}
    
== Syntaxe ==
 
== Syntaxe ==
  Process.xxx(cmd)  
+
  Process.available()  
    
== Paramètres ==
 
== Paramètres ==
Ligne 18 : Ligne 18 :  
== Résultat ==
 
== Résultat ==
   −
aucun
+
the number of bytes available to read
    
== Exemple ==
 
== Exemple ==
Ligne 26 : Ligne 26 :  
== Voir aussi ==
 
== Voir aussi ==
 
* [[RB-ARD-YUN-Process-Func-addParameter|Process.addParameter()]]
 
* [[RB-ARD-YUN-Process-Func-addParameter|Process.addParameter()]]
 +
* [[RB-ARD-YUN-Process-Func-begin|Process.begin()]]
 
* [[RB-ARD-YUN-Process-Func-run|Process.run()]]
 
* [[RB-ARD-YUN-Process-Func-run|Process.run()]]
* [[RB-ARD-YUN-Process-Func-runAsynchronously|Process.runAsynchronously()]]
      
{{Arduino Yun-TRAILER}}
 
{{Arduino Yun-TRAILER}}
29 917

modifications

Menu de navigation