Show / Hide Table of Contents

    Enum Parity

    Specifies the parity bit for a SerialPort object.

    Namespace: System.IO.Ports
    Assembly: System.IO.Ports.dll
    Syntax
    public enum Parity

    Fields

    Name Description
    Even

    Sets the parity bit so that the count of bits set is an even number.

    None

    No parity check occurs.

    Odd

    Sets the parity bit so that the count of bits set is an odd number.

    Extension Methods

    LogDispatcher.GetCurrentClassLogger()
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018 nanoFramework Contributors
    Generated by DocFX