debian man page for auerrorevent

Query: auerrorevent

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

AuErrorEvent(3) 					     Library Functions Manual						   AuErrorEvent(3)

Name
       AuErrorEvent - error event structure

Structures
       #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;

Members
       type	 The event type.  Error events are type 0.

       serial	 The serial number of the failed request.

       send_event
		 AuTrue if the event came from a SendEvent protocol request.

       server	 The connection to the audio server that the event was read from.

       time	 The server time in milliseconds when the event was generated.

       resourceid
		 The resource ID or other value of the failed request.

       error_code
		 The error code of the failed request.

       request_code
		 The protocol major request code of the failed request.

       minor_code
		 The protocol minor request code of the failed request.

       data	 Never used?

Description
       Error events are sent to clients to alert them of non-fatal errors encountered while processing requests.

See Also
       AuAnyEvent, AuElementNotifyEvent, AuGrabNotifyEvent, AuMonitorNotifyEvent.

       audiolib - Network Audio System C Language Interface

audiolib - events						       1.9.3							   AuErrorEvent(3)
Related Man Pages
aumonitornotifyevent(3) - debian
xerrorevent(3) - debian
xerrorevent(3) - centos
xerrorevent(3x11) - xfree86
xerrorevent(3) - suse
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
One instance of comparing grep and awk
Find columns in a file based on header and print to new file