// // ****************************************************************** // // /\ /| @File RS232Packet.cpp // // \ V/ @Brief // // | "") @Author lijinwen, ghz005@uni-trend.com.cn // // / | @Creation 2024-05-16 // // / \\ @Modified 2024-06-05 // // *(__\_\ // // ****************************************************************** #include "RS232Packet.h" namespace Protocol { // Enums::RS232DecodePacketType RS232Packet::GetPacketType() // { // return Enums::RS232DecodePacketType::None; // } }