decode_result.cc 660 B

123456789101112131415161718192021
  1. // // ******************************************************************
  2. // // /\ /| @File decode_result.cc
  3. // // \ V/ @Brief
  4. // // | "") @Author lijinwen, ghz005@uni-trend.com.cn
  5. // // / | @Creation 2024-05-16
  6. // // / \\ @Modified 2024-06-24
  7. // // *(__\_\
  8. // // ******************************************************************
  9. #include "decode_result.h"
  10. namespace Protocol
  11. {
  12. // DecodeResult::~DecodeResult()
  13. // = default;
  14. //
  15. // SerialProtocolType DecodeResult::GetProtocolType()
  16. // {
  17. // return SerialProtocolType::Close;
  18. // }
  19. }