NativeEventHandler Delegate

A multicast (combinable) delegate that defines the event handler for a native event.

Namespace: Microsoft.SPOT.Hardware
Assembly: Microsoft.SPOT.Hardware (in microsoft.spot.hardware.dll)

Syntax

public delegate void NativeEventHandler (
         UInt32data1,
         UInt32data2,
         TimeSpantime
)

Parameters

  • data1
    First parameter (can be the port).
  • data2
    Second parameter (can be the state).
  • time
    Time of the event.

Version Information

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

See Also

Reference

Microsoft.SPOT.Hardware Namespace