public virtual byte[] ProcessPacket( byte[] input, int inOff, int inLen )
Public Overridable Function ProcessPacket ( input As Byte(), inOff As Integer, inLen As Integer ) As Byte()
public: virtual array<unsigned char>^ ProcessPacket( array<unsigned char>^ input, int inOff, int inLen )
function ProcessPacket(input, inOff, inLen);
In This Article