Show / Hide Table of Contents

Method Write

| Edit this page View Source

Write(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
TargetVersions
.NET Windowsmain, v3.0
.NET Frameworkmain, v3.0, v2.2, v2.1, v2.0
UWPmain, v3.0, v2.2, v2.1, v2.0
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX