Project

General

Profile

Revision 1427

Added by Chris Mar over 14 years ago

updated wl_basic code, docs, and test. it's ready to go.

View differences:

wl_basic.h
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