FAST SDK Coding Reference 1.0.3
Loading...
Searching...
No Matches
SerialConnectionSettings Class Reference

A data structure to store FAST.SerialConnection and FAST.SerialConnectionLoader settings. More...

Public Attributes

int baudRate = 9600
 Settings, Code
The baud rate to use for this FAST.SerialConnection.
 
int comPort = 0
 Settings, Code
The COM port to use for this FAST.SerialConnection.
 
string id = ""
 Settings, Code
A unique name to identify this FAST.SerialConnection.
 
string prefixErrorMessage = ""
 Settings, Code
A message that will be added before the FAST.LoadingProgress error message at runtime.
 
string replacementErrorMessage = ""
 Settings, Code
A message that will replace the FAST.LoadingProgress error message at runtime.
 
float startupDelaySeconds = 0
 Settings, Code
The number of seconds to delay after opening a serial connection during startup. Usually this is used with an Arduino to give it time to reset and run setup().
 
string suffixErrorMessage = ""
 Settings, Code
A message that will be added after the FAST.LoadingProgress error message at runtime.
 

Detailed Description

A data structure to store FAST.SerialConnection and FAST.SerialConnectionLoader settings.

Member Data Documentation

◆ baudRate

int baudRate = 9600

Settings, Code
The baud rate to use for this FAST.SerialConnection.

◆ comPort

int comPort = 0

Settings, Code
The COM port to use for this FAST.SerialConnection.

◆ id

string id = ""

Settings, Code
A unique name to identify this FAST.SerialConnection.

◆ prefixErrorMessage

string prefixErrorMessage = ""

Settings, Code
A message that will be added before the FAST.LoadingProgress error message at runtime.

◆ replacementErrorMessage

string replacementErrorMessage = ""

Settings, Code
A message that will replace the FAST.LoadingProgress error message at runtime.

◆ startupDelaySeconds

float startupDelaySeconds = 0

Settings, Code
The number of seconds to delay after opening a serial connection during startup. Usually this is used with an Arduino to give it time to reset and run setup().

◆ suffixErrorMessage

string suffixErrorMessage = ""

Settings, Code
A message that will be added after the FAST.LoadingProgress error message at runtime.


The documentation for this class was generated from the following file: