// // ****************************************************************** // // /\ /| @File DecodeResult.cpp // // \ V/ @Brief // // | "") @Author lijinwen, ghz005@uni-trend.com.cn // // / | @Creation 2024-05-16 // // / \\ @Modified 2024-05-16 // // *(__\_\ // // ****************************************************************** #include "DecodeResult.h" namespace Protocol { // DecodeResult::~DecodeResult() // = default; // // SerialProtocolType DecodeResult::GetProtocolType() // { // return SerialProtocolType::Close; // } }