PacketBuilder GetAllData Method NetworkComms.Net Help
Copies all cached bytes into a single array and returns. Original data is left unchanged.

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

public byte[] GetAllData()

Return Value

Type:  OnlineByte 
All cached data as a single byte[]
See Also