Show / Hide Table of Contents

    Class SerialDataReceivedEventArgs

    Provides data for the DataReceived event.

    Inheritance
    Object
    SerialDataReceivedEventArgs
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Windows.Devices.SerialCommunication
    Assembly: Windows.Devices.SerialCommunication.dll
    Syntax
    public class SerialDataReceivedEventArgs
    Remarks

    This method is specific to nanoFramework. There is no equivalent method in the UWP API.

    Properties

    | Improve this Doc View Source

    EventType

    Gets or sets 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