C# Class Cakewalk.Shared.Packets.CoalescedData

Afficher le fichier Open project: Cakez0r/Cakewalk Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public SetupHeader ( ) : void
Résultat void

TryAddPacket() public méthode

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