C# Class Microsoft.SPOT.Hardware.NativeEventDispatcher

Inheritance: IDisposable
ファイルを表示 Open project: GerardSoleCa/IOSharp-netmf-Linux Class Usage Examples

Protected Properties

Property Type Description
m_callbacks NativeEventHandler
m_disposed bool
m_threadSpawn NativeEventHandler

Public Methods

Method Description
DisableInterrupt ( ) : void
EnableInterrupt ( ) : void
NativeEventDispatcher ( ) : System
NativeEventDispatcher ( string strDriverName, ulong drvData ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Dispose ( ) : void
MultiCastCase ( uint port, uint state, System.DateTime time ) : void

Method Details

DisableInterrupt() public method

public DisableInterrupt ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

EnableInterrupt() public method

public EnableInterrupt ( ) : void
return void

NativeEventDispatcher() public method

public NativeEventDispatcher ( ) : System
return System

NativeEventDispatcher() public method

public NativeEventDispatcher ( string strDriverName, ulong drvData ) : System
strDriverName string
drvData ulong
return System

Property Details

m_callbacks protected_oe property

protected NativeEventHandler m_callbacks
return NativeEventHandler

m_disposed protected_oe property

protected bool m_disposed
return bool

m_threadSpawn protected_oe property

protected NativeEventHandler m_threadSpawn
return NativeEventHandler