Jack2
1.9.10
|
PortRename request. More...
#include <JackRequest.h>
Public Member Functions | |
JackPortRenameRequest (int refnum, jack_port_id_t port, const char *name) | |
int | Read (detail::JackChannelTransactionInterface *trans) |
int | Write (detail::JackChannelTransactionInterface *trans) |
int | Size () |
Public Attributes | |
int | fRefNum |
jack_port_id_t | fPort |
char | fName [JACK_PORT_NAME_SIZE+1] |
PortRename request.
Definition at line 676 of file JackRequest.h.