mirror of
https://github.com/CamHenlin/MessagesForMacintosh.git
synced 2024-11-21 19:30:51 +00:00
15 lines
361 B
C
15 lines
361 B
C
|
|
|
|
const int MAX_RECEIVE_SIZE;
|
|
|
|
void setupCoprocessor(char *applicationId, const char *serialDeviceName);
|
|
|
|
void sendProgramToCoprocessor(char* program, char *output);
|
|
|
|
void callFunctionOnCoprocessor(char* functionName, char* parameters, char* output);
|
|
|
|
void callEvalOnCoprocessor(char* toEval, char* output);
|
|
|
|
void wait(float whatever);
|
|
|
|
OSErr closeSerialPort(); |