ProtocolSender.h 269 B

123456789101112131415
  1. /*
  2. * ProtocolSender.h
  3. *
  4. * Created on: Sep 8, 2017
  5. * Author: guoxs
  6. */
  7. #ifndef _UART_PROTOCOL_SENDER_H_
  8. #define _UART_PROTOCOL_SENDER_H_
  9. #include "CommDef.h"
  10. bool sendProtocolTo(int uart, const BYTE *pData, BYTE len);
  11. #endif /* _UART_PROTOCOL_SENDER_H_ */