Skip to content

Method ReadExistingAsync

Namespace: Belay.Core
Assembly: Belay.Core.dll

ReadExistingAsync()

Reads existing data from the port with simple timeout.

csharp
public Task<string> ReadExistingAsync()

Returns

Task<string>

Available data as string.

Released under the Apache License 2.0.