2025-06-18 14:15:05 +08:00

37 lines
659 B
Plaintext

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]';
//entry tag
export const EntryTag = '[Entry]';
//worker tag
export const WorkerTag = '[Worker]';
//中心udp
export const CenterUdpTag = '[CenterUdpBusiness]'