From ddfe09f3b8336630dd0f87e446306bc1e012f20b Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 30 Mar 2026 03:25:35 -0400 Subject: Trim down nio API (no parameter passing), now at 4852 free. --- src/nio.h | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'src/nio.h') diff --git a/src/nio.h b/src/nio.h index 63b4997..01aa61e 100644 --- a/src/nio.h +++ b/src/nio.h @@ -25,16 +25,8 @@ char nopen(void); char nclose(void); char nstatus(void); -char nread(char *buf, unsigned short len); -char nwrite(char *buf, unsigned short len); +char nread_rxbuf(void); +char nwrite_txbuf(void); char nreset(void); -/** - * Send username and password credentials - * @param devicespec - The devicespec. - * @param login - The username to send - * @param password - The password to send - */ -// unsigned char nlogin(char* devicespec, char* login, char* password); - #endif /* NIO_H */ -- cgit v1.2.3