aboutsummaryrefslogtreecommitdiff
path: root/src/nio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nio.h')
-rw-r--r--src/nio.h12
1 files changed, 2 insertions, 10 deletions
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 */