C# Class Microsoft.SPOT.Hardware.NativeEventDispatcher

Inheritance: IDisposable
Afficher le fichier Open project: GerardSoleCa/IOSharp-netmf-Linux Class Usage Examples

Protected Properties

Свойство Type Description
m_callbacks NativeEventHandler
m_disposed bool
m_threadSpawn NativeEventHandler

Méthodes publiques

Méthode Description
DisableInterrupt ( ) : void
EnableInterrupt ( ) : void
NativeEventDispatcher ( ) : System
NativeEventDispatcher ( string strDriverName, ulong drvData ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Dispose ( ) : void
MultiCastCase ( uint port, uint state, System.DateTime time ) : void

Method Details

DisableInterrupt() public méthode

public DisableInterrupt ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

EnableInterrupt() public méthode

public EnableInterrupt ( ) : void
Résultat void

NativeEventDispatcher() public méthode

public NativeEventDispatcher ( ) : System
Résultat System

NativeEventDispatcher() public méthode

public NativeEventDispatcher ( string strDriverName, ulong drvData ) : System
strDriverName string
drvData ulong
Résultat System

Property Details

m_callbacks protected_oe property

protected NativeEventHandler m_callbacks
Résultat NativeEventHandler

m_disposed protected_oe property

protected bool m_disposed
Résultat bool

m_threadSpawn protected_oe property

protected NativeEventHandler m_threadSpawn
Résultat NativeEventHandler