PacketBuilder AddPartialPacket Method NetworkComms.Net Help
Add a partial packet to the end of the cache by reference.

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

public void AddPartialPacket(
	int packetBytes,
	byte[] partialPacket
)

Parameters

packetBytes
Type: OnlineSystem Int32
The number of valid bytes in the provided partial packet
partialPacket
Type:  OnlineSystem Byte 
A buffer which may or may not be full with valid bytes
See Also