Revision 1427 trunk/code/projects/libwireless/lib/wl_basic.h
| wl_basic.h (revision 1427) | ||
|---|---|---|
| 58 | 58 |
/** @brief internal default packet handler if none is specified on init **/ |
| 59 | 59 |
void wl_basic_packet_receive_handler( char type, int source, unsigned char* packet, int length ); |
| 60 | 60 |
/** @brief wrapper for wl_do() to return packet data buffer **/ |
| 61 |
unsigned char* wl_basic_do_default( void ); |
|
| 61 |
unsigned char* wl_basic_do_default( int *length ); |
|
| 62 | 62 |
/** @} **/ // end defgroup |
| 63 | 63 |
|
| 64 | 64 |
#endif |
Also available in: Unified diff