C# Class AK.F1.Timing.Live.IO.MessageStreamDelegate

A AK.F1.Timing.Live.IO.IMessageStream implementation which delegates to an underlying System.IO.Stream. This implementation does not support pinging. This class cannot be inherited.
Inheritance: DisposableBase, IMessageStream
Afficher le fichier Open project: simoneb/ak-f1-timing Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Fill ( byte buffer, int offset, int count ) : bool
MessageStreamDelegate ( Stream inner ) : System

Initialises a new instance of the MessageStreamDelegate class.

Méthodes protégées

Méthode Description
DisposeOfManagedResources ( ) : void

Method Details

DisposeOfManagedResources() protected méthode

protected DisposeOfManagedResources ( ) : void
Résultat void

Fill() public méthode

public Fill ( byte buffer, int offset, int count ) : bool
buffer byte
offset int
count int
Résultat bool

MessageStreamDelegate() public méthode

Initialises a new instance of the MessageStreamDelegate class.
/// Thrown when is . ///
public MessageStreamDelegate ( Stream inner ) : System
inner Stream The inner message stream.
Résultat System