This repository has been archived on 2025-11-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
AUTS_OLD/AUTS_DataService/UtsWeb/IDataPacket.vb
2024-03-11 16:34:21 +08:00

6 lines
165 B
VB.net

Public Interface IDataPacket
Function FillPacket(cmd As Byte, param() As Byte) As Byte()
Function CheckPacket(packet() As Byte) As Boolean
End Interface