public interface AlsaReceiver extends Receiver
Modifier and Type | Method and Description |
---|---|
boolean |
subscribeTo(int nClient,
int nPort)
Establish the subscription.
|
boolean subscribeTo(int nClient, int nPort)
nClient
- The ALSA client number of the Transmitter that
a read subscription should established to.nPort
- The ALSA port number of the Transmitter that a
read subscription should established to.