#include <JackRequest.h>
Public Member Functions | |
JackClientNotification () | |
JackClientNotification (const char *name, int refnum, int notify, int sync, int value) | |
int | Read (JackChannelTransaction *trans) |
int | Write (JackChannelTransaction *trans) |
Public Attributes | |
char | fName [JACK_CLIENT_NAME_SIZE+1] |
int | fRefNum |
int | fNotify |
int | fValue |
int | fSync |
Definition at line 660 of file JackRequest.h.