20 #ifndef __JackSocketNotifyChannel__    21 #define __JackSocketNotifyChannel__    23 #include "JackChannel.h"    24 #include "JackSocket.h"    45         int Open(
const char* name);             
    48         void ClientNotify(
int refnum, 
const char* name, 
int notify, 
int sync, 
const char* message, 
int value1, 
int value2, 
int* result);
 
JackNotifyChannel using sockets.