AuErrorEvent
error event structure
- Provided by: libaudio-dev (Version: 1.9.4-4)
- Source: nas
- Report a bug
error event structure
#include <audio/audiolib.h>
typedef union _AuEvent
{
. . .
AuErrorEvent auerror;
. . .
}AuEvent;
typedef struct _AuErrorEvent
{
int type;
AuUint32 serial;
AuBool send_event;
AuServer *server;
AuTime time;
AuID resourceid;
unsigned char error_code;
unsigned char request_code;
unsigned char minor_code;
union
{
AuUint32 l[4];
}data;
}AuErrorEvent;
Error events are sent to clients to alert them of non-fatal errors encountered while processing requests.
AuAnyEvent, AuElementNotifyEvent, AuGrabNotifyEvent, AuMonitorNotifyEvent.
audiolib - Network Audio System C Language Interface