Table of Contents

Class SerialOptions

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[ToObject]
public class SerialOptions
Inheritance
SerialOptions
Inherited Members

Constructors

SerialOptions()

public SerialOptions()

Fields

BaudRate

[Value("baudRate")]
public required ulong BaudRate

Field Value

ulong

BufferSize

[Value("bufferSize")]
public ulong BufferSize

Field Value

ulong

DataBits

[Value("dataBits")]
public byte DataBits

Field Value

byte

FlowControl

[Value("flowControl")]
public FlowControlType FlowControl

Field Value

FlowControlType

Parity

[Value("parity")]
public ParityType Parity

Field Value

ParityType

StopBits

[Value("stopBits")]
public byte StopBits

Field Value

byte