/* DO NOT EDIT THIS FILE - it is machine generated */ #include /* Header for class android_serialport_SerialPort */ #ifndef __SERIALPORT_H__ #define __SERIALPORT_H__ #include class CSerialPort { public: bool Open(const char* path, speed_t baudrate, int stopBits, int dataBits, int parity, int flowCon, int flags); void Close(); private: int fd; }; #endif // __SERIALPORT_H__