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