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