RS232Packet.cpp 623 B

123456789101112131415161718
  1. // // ******************************************************************
  2. // // /\ /| @File RS232Packet.cpp
  3. // // \ V/ @Brief
  4. // // | "") @Author lijinwen, ghz005@uni-trend.com.cn
  5. // // / | @Creation 2024-5-7
  6. // // / \\ @Modified 2024-5-13
  7. // // *(__\_\
  8. // // ******************************************************************
  9. #include "RS232Packet.h"
  10. namespace Protocol::ProtocolRS232
  11. {
  12. // Enums::RS232DecodePacketType RS232Packet::GetPacketType()
  13. // {
  14. // return Enums::RS232DecodePacketType::None;
  15. // }
  16. }