PacketBuilder ClearNTopBytes Method NetworkComms.Net Help
Clear N bytes from cache, starting with oldest bytes first.

Namespace: NetworkCommsDotNet.Tools
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public void ClearNTopBytes(
	int numBytesToRemove
)

Parameters

numBytesToRemove
Type: OnlineSystem Int32
The total number of bytes to be removed.
See Also