#import <DSPSerialPortDevice.h>

Public Member Functions | |
| (int) | - hardwareSupportedSamplingRates: |
| Returns 7 and sets *rates to a malloc'ed array containing 96000, 48000, 44100, 32000, 16000, 11025 or 8000. | |
| (id) | - setUpSerialPort: |
| This is invoked by Orchestra open to set up the serial port. | |
| - (int) hardwareSupportedSamplingRates: | (double **) | rates |
Returns 7 and sets *rates to a malloc'ed array containing 96000, 48000, 44100, 32000, 16000, 11025 or 8000.
| rates | is a double **. |
Reimplemented from DSPSerialPortDevice.
| - (id) setUpSerialPort: | (id) | orchestra |
This is invoked by Orchestra open to set up the serial port.
| orchestra | is an id. |
Reimplemented from DSPSerialPortDevice.
1.5.6