Class GenericEvent
- Namespace
- nanoFramework.Runtime.Events
- Assembly
- nanoFramework.Runtime.Events.dll
Creates an instance of the GenericEvent class.
public class GenericEvent : BaseEvent
- Inheritance
-
GenericEvent
- Derived
- Inherited Members
- Extension Methods
Constructors
GenericEvent()
public GenericEvent()
Fields
Category
Specifies the event category.
public byte Category
Field Value
Data
Contains the data associated with the event.
public uint Data
Field Value
Time
Holds the event's time stamp.
public DateTime Time