Table of Contents

Class ArduinoSketchUploaderOptions

Namespace
ArduinoUploader
Assembly
ArduinoUploader.dll

Options for the ArduinoSketchUploader class

public class ArduinoSketchUploaderOptions
Inheritance
ArduinoSketchUploaderOptions
Inherited Members

Properties

ArduinoModel

Gets or sets the arduino model.

public ArduinoModel ArduinoModel { get; set; }

Property Value

ArduinoModel

FileName

Gets or sets the name of the file.

public string FileName { get; set; }

Property Value

string

PortName

Gets or sets the name of the port. Will attempt to auto-detect if not provided.

public string PortName { get; set; }

Property Value

string