C# 클래스 Lawo.EmberPlusSharp.S101.DeframingStream

Transparently decodes a single frame.
A call to any of the Read methods of this stream removes data from ReadBuffer object passed to the constructor. The data is then decoded and the decoded form is then returned.
상속: BufferStream
파일 보기 프로젝트 열기: Lawo/ember-plus-sharp 1 사용 예제들

비공개 메소드들

메소드 설명
DeframingStream ( ReadBuffer readBuffer, Action outOfFrameByteReceived ) : System

Initializes a new instance of the DeframingStream class.

ReadAsync ( byte buffer, int offset, int count, CancellationToken cancellationToken ) : Task
ReadByte ( ReadBuffer readBuffer ) : bool