Shifts the buffer after data has been extracted


Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)

Syntax

Visual Basic (Declaration)
Public Sub ShiftReceiveBuffer( _ 
   ByVal bytes As Integer _ 
)
C#
public void ShiftReceiveBuffer(
   int bytes
)
C++
public:
 void ShiftReceiveBuffer(
   int bytes
) sealed 
J#
public void ShiftReceiveBuffer(
   int bytes
)
JScript
public  function ShiftReceiveBuffer(
   bytes : int
)

Parameters

bytes
the number of bytes to shift the buffer by

See Also