28 lines
497 B
Plaintext
Raw Normal View History

2025-04-10 10:28:07 +08:00
export const DbTag = '[DBTag]';
// 串口 tag
export const SerialPortTag = '[SerialPortTag]';
// usb tag
export const UsbTag = '[UsbTag]';
//voice tag
export const VoiceTag = '[VoiceTag]';
//video tag
export const VideoTag = '[VideoTag]';
//file tag
export const FileTag = '[FileTag]';
//tcp tag
export const TCPTag = '[TcpClient]';
//udp tag
export const UDPTag = '[UdpClient]';
//fileHelp tag
export const FileHelpTag = '[FileHelp]';
//request tag
export const RequestTag = '[Request]';