EventCategory Enumeration

Defines the categories events are classified into.

Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)

Syntax

public enum EventCategory

Version Information

Available in the .NET Micro Framework versions 3.0, 4.0, and 4.1.

LargeBuffer, PowerLevel, SleepLevel, and TimeService are available in .NET Micro Framework version 4.0.

Members

  Member name Description
Custom Specifies a programmer-defined event.
Gesture Specifies a TouchGesture event.
LargeBuffer Specifies a LargeBuffer event.
Network Specifies a network event.
PowerLevel Specifies a PowerLevel event.
SleepLevel Specifies a SleepLevel event.
Storage Specifies an event in the block storage system. See Using File Input/Output and Storage Media.
TimeService Specifies a TimeService event.
Touch Specifies a TouchPanel event.
Unknown Specifies an unknown event type.

See Also

Reference

Microsoft.SPOT Namespace