PortRegister request. More...
#include <JackRequest.h>
Public Member Functions | |
| JackPortRegisterRequest (int refnum, const char *name, const char *port_type, unsigned int flags, unsigned int buffer_size) | |
| int | Read (JackChannelTransaction *trans) |
| int | Write (JackChannelTransaction *trans) |
Public Attributes | |
| int | fRefNum |
| char | fName [JACK_PORT_NAME_SIZE+1] |
| char | fPortType [JACK_PORT_TYPE_SIZE+1] |
| unsigned int | fFlags |
| unsigned int | fBufferSize |
PortRegister request.
Definition at line 385 of file JackRequest.h.
1.6.2