Method Write
| Edit this page View SourceWrite(byte[], int, int)
Writes data to the serial port (useful for RTCM/dGPS scenarios)
Declaration
[Obsolete("Use WriteAsync")]
public void Write(byte[] buffer, int offset, int count)
Parameters
Type | Name | Description |
---|---|---|
byte[] | buffer | The byte array that contains the data to write to the port. |
int | offset | The zero-based byte offset in the buffer parameter at which to begin copying bytes to the port. |
int | count | The number of bytes to write. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Windows | GitHub |
UWP | GitHub |