Method OpenStreamAsync
| Edit this page View SourceOpenStreamAsync()
Creates and opens the stream the NmeaDevice is working on top off.
Declaration
[RequiresPermission("android.permission.ACCESS_FINE_LOCATION")]
protected override Task<Stream> OpenStreamAsync()
Returns
| Type | Description |
|---|---|
| Task<Stream> | The opened data stream. |
Overrides
See Also
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Android | main, v3.0 |
| Xamarin.Android | v2.2, v2.1, v2.0 |