cec: more cleanups. split up cec_adapter_message and cec_command. use cec_command...
[deb_libcec.git] / src / lib / platform / serialport.h
index 9cc2c9a1439b5530b5380e1d85312b7451c992bf..f4f085e6b81d33a897189a7c697818281ea801fa 100644 (file)
@@ -46,7 +46,7 @@ namespace CEC
       bool IsOpen();
       void Close();
 
-      int8_t Write(const cec_frame &data);
+      int8_t Write(const cec_adapter_message &data);
       int32_t Read(uint8_t* data, uint32_t len, uint64_t iTimeoutMs = 0);
 
       std::string GetError() { return m_error; }