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
Show file Open project: simoneb/ak-f1-timing Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Initialises a new instance of the MessageStreamDelegate class.

Protected Methods

Method Description
DisposeOfManagedResources ( ) : void

Method Details

DisposeOfManagedResources() protected method

protected DisposeOfManagedResources ( ) : void
return void

Fill() public method

public Fill ( byte buffer, int offset, int count ) : bool
buffer byte
offset int
count int
return bool

MessageStreamDelegate() public method

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