EventCategory Enumeration

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Defines the categories of events.

Namespace:  Microsoft.SPOT
Assembly:  Microsoft.SPOT.Native (in Microsoft.SPOT.Native.dll)

Syntax

'Declaration
Public Enumeration EventCategory
public enum EventCategory
public enum class EventCategory
type EventCategory
public enum EventCategory

Members

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

See Also

Reference

Microsoft.SPOT Namespace