Files

6 lines
165 B
VB.net
Raw Permalink Normal View History

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