Error Packets

Functions for sending and receiving error packets. More...

Functions

void wl_error_register (void)
 Register this packet group with the wireless library.
void wl_error_unregister (void)
 Unregister this packet group with the wireless library.
void wl_error_send_string (char *str)
 Send a string in an error packet.

Detailed Description

Functions for sending and receiving error packets.


Function Documentation

void wl_error_register ( void   ) 

Register this packet group with the wireless library.

Register this packet group with the wireless library. This function must be called before any other wl_error function.

References wl_register_packet_group().

void wl_error_send_string ( char *  str  ) 

Send a string in an error packet.

Send an error message as a string.

Parameters:
str the error message to send

References wl_send_global_packet().

void wl_error_unregister ( void   ) 

Unregister this packet group with the wireless library.

Unregister this packet group with the wireless library. This function must be called after wl_error_register.

See also:
wl_error_register

References wl_unregister_packet_group().


Generated on Wed Sep 23 12:51:07 2009 for libwireless by  doxygen 1.6.1