diff options
Diffstat (limited to 'src/nio.h')
| -rw-r--r-- | src/nio.h | 12 |
1 files changed, 2 insertions, 10 deletions
@@ -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 */ |
