NativeEventDispatcher Constructor

Initializes a new instance of the NativeEventDispatcher class.

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

Syntax

[MethodImplAttribute(InternalCall)]
public NativeEventDispatcher (
         string strDriverName,
         UInt64 drvData
)

Parameters

  • strDriverName
    The name of a registered driver.
  • drvData
    Driver data to be used in initializing the driver.

Version Information

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

See Also

Reference

NativeEventDispatcher Class
NativeEventDispatcher Members
Microsoft.SPOT.Hardware Namespace