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