| S101Reader Class | 
Namespace: Lawo.EmberPlusSharp.S101
public sealed class S101Reader
The S101Reader type exposes the following members.
| Name | Description | |
|---|---|---|
| S101Reader(ReadAsyncCallback) | Initializes a new instance of the S101Reader class by calling
            S101Reader(readAsync, 8192).
              | |
| S101Reader(ReadAsyncCallback, Int32) | Initializes a new instance of the S101Reader class.  | 
| Name | Description | |
|---|---|---|
| IsAnotherMessageAvailable | Gets a value indicating whether another message is available.  | |
| Message | Gets the current message.  | |
| Payload | Gets a NonSeekableStream instance that can be used to read the payload of the current
            message.  | 
| Name | Description | |
|---|---|---|
| DisposeAsync | Asynchronously releases all resources used by the current instance of the S101Reader
            class.  | |
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| ReadAsync | Asynchronously reads the next message.  | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | 
| Name | Description | |
|---|---|---|
| OutOfFrameByteReceived | Occurs when an out-of-frame byte has been received.  |