C# Class Lawo.EmberPlusSharp.S101.S101Reader

Represents a reader that provides access to S101-encoded messages and their payload.
See the "Ember+ Specification"Ember+ Specification, chapter "Message Framing".
显示文件 Open project: Lawo/ember-plus-sharp Class Usage Examples

Private Methods

Method Description
AssertNotDisposed ( ) : void
AssertRead ( ) : void
DisposeAsync ( CancellationToken cancellationToken ) : Task
DisposeCoreAsync ( CancellationToken cancellationToken ) : Task
OnOutOfFrameByteReceived ( byte value ) : void
ReadAsync ( CancellationToken cancellationToken ) : Task
ReadCoreAsync ( CancellationToken cancellationToken ) : Task
S101Reader ( ReadAsyncCallback readAsync ) : System
S101Reader ( ReadAsyncCallback readAsync, int bufferSize ) : System