C# Class Cakewalk.Shared.Packets.CoalescedData

Show file Open project: Cakez0r/Cakewalk Class Usage Examples

Public Methods

Method Description
SetupHeader ( ) : void
TryAddPacket ( IPacketBase packet ) : bool

Try to add a packet into the buffer. Returns true if the packet was successfully copied.

Method Details

SetupHeader() public method

public SetupHeader ( ) : void
return void

TryAddPacket() public method

Try to add a packet into the buffer. Returns true if the packet was successfully copied.
public TryAddPacket ( IPacketBase packet ) : bool
packet IPacketBase
return bool