Show / Hide Table of Contents

    Class IU880BOptions

    Options which should fit any operating system.

    Inheritance
    System.Object
    IU880BOptions
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: FosterBuster.IU880B.DependencyInjection
    Assembly: IU880B.dll
    Syntax
    public sealed class IU880BOptions

    Properties

    | Improve this Doc View Source

    BaudRate

    Gets or sets the baud rate for the iU880B-stick.

    Declaration
    public int BaudRate { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Name

    Gets or sets of the name of the serial port.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    On UNIX-like systems this shoud be /dev/ttySOMETHINGSOMETHING. On Windows this would be COM[number].

    | Improve this Doc View Source

    UsePortFinder

    Gets or sets a value indicating whether or not Name should be used to query a port on Windows.

    Declaration
    public bool UsePortFinder { get; set; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX