Merge pull request #5 from processing/webref

This commit is contained in:
Raphaël de Courville
2024-04-15 14:57:23 -06:00
committed by GitHub
2 changed files with 3 additions and 4 deletions
@@ -39,9 +39,8 @@ import java.nio.charset.StandardCharsets;
*
* @webref client
* @webBrief The client class is used to create client Objects which connect to a server to exchange data
* @instanceName client any variable of type Client
* @usage Application
* @see_external LIB_net/clientEvent
* @see_external clientEvent
*/
@SuppressWarnings("unused")
public class Client implements Runnable {
@@ -39,9 +39,9 @@ import jssc.*;
*
* @webref serial
* @webBrief Class for sending and receiving data using the serial communication protocol
* @instanceName serial any variable of type Serial
* @instanceName myPort your Serial object
* @usage Application
* @see_external LIB_serial/serialEvent
* @see_external serialEvent
*/
public class Serial implements SerialPortEventListener {
PApplet parent;