Show / Hide Table of Contents

    Class BaseEvent

    This is a base class from which other nanoFramework event classes derive.

    Inheritance
    Object
    BaseEvent
    GenericEvent
    TouchEvent
    PinValueChangedEventArgs
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: nanoFramework.Runtime.Events
    Assembly: nanoFramework.Runtime.Events.dll
    Syntax
    public class BaseEvent

    Fields

    | Improve this Doc View Source

    Message

    A byte characterizing the event message.

    Declaration
    public byte Message
    Field Value
    Type Description
    Byte
    | Improve this Doc View Source

    Source

    Specifies the source of the event.

    Declaration
    public ushort Source
    Field Value
    Type Description
    UInt16

    Extension Methods

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