#include <rx_settings.h>
Data Fields | |
| uint8 | mode |
| UNUSED. | |
| uint8 | signal |
| either RX_GENERIC_SIGNAL, RX_ESCAPE_SIGNAL, or RX_PACKETLENTTH_SIGNAL | |
| uint16 | signalmod |
| modifies the signal parameter. Either length if PACKETLENGTH or escape character if ESCAPE_SIGNAL. | |
| uint16 | length |
| Contains the current length of the receive buffer--don't confuse with signalmod. | |
| enum WSIM_IO_ID | hw |
| contains specific hardware type. Allows specialization. | |
| void * | semaphore |
| Semaphore for receiver. | |
1.3