C# 클래스 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.
상속: DisposableBase, IMessageStream
파일 보기 프로젝트 열기: simoneb/ak-f1-timing 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Fill ( byte buffer, int offset, int count ) : bool
MessageStreamDelegate ( Stream inner ) : System

Initialises a new instance of the MessageStreamDelegate class.

보호된 메소드들

메소드 설명
DisposeOfManagedResources ( ) : void

메소드 상세

DisposeOfManagedResources() 보호된 메소드

protected DisposeOfManagedResources ( ) : void
리턴 void

Fill() 공개 메소드

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

MessageStreamDelegate() 공개 메소드

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