Gets data received since the previous data-receiving method.
If HoldReceivedData is set to false, this returns null.
Namespace:
Rebex.TerminalEmulation
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
| Visual Basic |
|---|
Public ReadOnly Property ReceivedData As String Get |
| C# |
|---|
public string ReceivedData { get; } |