第一次提交至Git
This commit is contained in:
5
AUTS_ServiceControler/IDataPacket.vb
Normal file
5
AUTS_ServiceControler/IDataPacket.vb
Normal file
@@ -0,0 +1,5 @@
|
||||
Public Interface IDataPacket
|
||||
Function FillPacket(cmd As Byte, param() As Byte) As Byte()
|
||||
Function CheckPacket(packet() As Byte) As Boolean
|
||||
|
||||
End Interface
|
||||
Reference in New Issue
Block a user