Show / Hide Table of Contents

    Enum SerialData

    Specifies the type of character that was received on the serial port of the SerialPort object.

    Namespace: System.IO.Ports
    Assembly: System.IO.Ports.dll
    Syntax
    public enum SerialData
    Remarks

    This enumeration is used with the DataReceived event. You examine the type of character that was received by retrieving the value of the EventType property. The EventType property contains one of the values from the SerialData enumeration.

    Fields

    Name Description
    Chars

    A character was received and placed in the input buffer.

    WatchChar

    The watch character was received and placed in the input buffer.

    Extension Methods

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