Show / Hide Table of Contents

Method CloseStreamAsync

| Edit this page View Source

CloseStreamAsync(Stream)

Closes the stream the NmeaDevice is working on top off.

Declaration
protected abstract Task CloseStreamAsync(Stream stream)
Parameters
Type Name Description
Stream stream

The stream to be closed.

Returns
Type Description
Task

A task that represents the asynchronous action.

See Also
OpenStreamAsync()

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0main, v3.0
.NETmain, v3.0
.NET Windowsmain, v3.0
.NET Androidmain, v3.0
.NET iOSmain, v3.0
.NET Frameworkmain, v3.0, v2.2, v2.1, v2.0
UWPmain, v3.0
Xamarin.Androidv2.2, v2.1, v2.0
Xamarin.iOSv2.2, v2.1, v2.0
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX