|
Digi XBee(R) ANSI C Host Library
|
ANSI C xbee_readline() implementation for Win32. More...
#include <ctype.h>#include <stdio.h>#include <conio.h>#include <unistd.h>#include "xbee/platform.h"Macros | |
| #define | XBEE_READLINE_STATE_INIT 0 |
| #define | XBEE_READLINE_STATE_START_LINE 1 |
| #define | XBEE_READLINE_STATE_CONTINUE_LINE 2 |
| #define | XBEE_READLINE_STATE_EOF -1 |
Functions | |
| int | xbee_readline (char *buffer, int length) |
| This function is a non-blocking version of gets(), used to read a line of input from the user. More... | |
ANSI C xbee_readline() implementation for Win32.
Function documentation appears in xbee/platform.h.
1.8.11