C# Class NetworkCommsDotNet.Connections.SentPacket

A wrapper object for keeping track of sent packets. These are used if a resend is requested due to a checksum validation failure.
Exibir arquivo Open project: MarcFletcher/NetworkComms.Net

Public Methods

Method Description
IncrementSendCount ( ) : void
SentPacket ( IPacket packet ) : System
ToString ( ) : string

Method Details

IncrementSendCount() public method

public IncrementSendCount ( ) : void
return void

SentPacket() public method

public SentPacket ( IPacket packet ) : System
packet IPacket
return System

ToString() public method

public ToString ( ) : string
return string