Show / Hide Table of Contents

    Class SerialDataReceivedEventArgs

    Provides data for the DataReceived event.

    Inheritance
    Object
    EventArgs
    SerialDataReceivedEventArgs
    Inherited Members
    EventArgs.Empty
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: System.IO.Ports
    Assembly: System.IO.Ports.dll
    Syntax
    public class SerialDataReceivedEventArgs : EventArgs

    Properties

    | Improve this Doc View Source

    EventType

    Gets the event type.

    Declaration
    public SerialData EventType { get; }
    Property Value
    Type Description
    SerialData

    Extension Methods

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