Loading...
Searching...
No Matches
 
 
 
 
Go to the documentation of this file.
   24#ifndef MACUTILS_H_INCLUDED_H_ 
   25#define MACUTILS_H_INCLUDED_H_ 
   31#define MAX_SERIAL_PORTS 10 
   33extern "C" int FindSerialPortNames(
char** pNames, 
int iMaxNames);
 
   34extern "C" bool ValidateSerialPortName(
const char* pPortName,
 
   35                                       int iMaxNamesToSearch);
 
   36extern "C" int GetMacMonitorSize();
 
   38extern "C" int ProcessIsTranslated();
 
   39extern "C" int IsAppleSilicon();