#include <JackNetInterface.h>
Public Member Functions | |
JackNetMasterInterface (session_params_t ¶ms, JackNetSocket &socket, const char *multicast_ip) | |
Protected Member Functions | |
bool | Init () |
int | SetRxTimeout () |
void | SetParams () |
void | Exit () |
int | SyncRecv () |
int | SyncSend () |
int | DataRecv () |
int | DataSend () |
int | Send (size_t size, int flags) |
int | Recv (size_t size, int flags) |
Protected Attributes | |
bool | fRunning |
Definition at line 99 of file JackNetInterface.h.