#include <JackRequest.h>
Public Member Functions | |
JackClientNotification (const char *name, int refnum, int notify, int sync, const char *message, int value1, int value2) | |
int | Read (JackChannelTransaction *trans) |
int | Write (JackChannelTransaction *trans) |
Public Attributes | |
char | fName [JACK_CLIENT_NAME_SIZE+1] |
int | fRefNum |
int | fNotify |
int | fValue1 |
int | fValue2 |
int | fSync |
char | fMessage [JACK_MESSAGE_SIZE+1] |
Definition at line 1429 of file JackRequest.h.