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 (
         UInt32 data1,
         UInt32 data2,
         TimeSpan time
)

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, 4.1, and 4.2.

See Also

Reference

Microsoft.SPOT.Hardware Namespace