C# 클래스 Microsoft.SPOT.Hardware.NativeEventDispatcher

상속: IDisposable
파일 보기 프로젝트 열기: GerardSoleCa/IOSharp-netmf-Linux 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_callbacks NativeEventHandler
m_disposed bool
m_threadSpawn NativeEventHandler

공개 메소드들

메소드 설명
DisableInterrupt ( ) : void
EnableInterrupt ( ) : void
NativeEventDispatcher ( ) : System
NativeEventDispatcher ( string strDriverName, ulong drvData ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
Dispose ( ) : void
MultiCastCase ( uint port, uint state, System.DateTime time ) : void

메소드 상세

DisableInterrupt() 공개 메소드

public DisableInterrupt ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

EnableInterrupt() 공개 메소드

public EnableInterrupt ( ) : void
리턴 void

NativeEventDispatcher() 공개 메소드

public NativeEventDispatcher ( ) : System
리턴 System

NativeEventDispatcher() 공개 메소드

public NativeEventDispatcher ( string strDriverName, ulong drvData ) : System
strDriverName string
drvData ulong
리턴 System

프로퍼티 상세

m_callbacks 보호되어 있는 프로퍼티

protected NativeEventHandler m_callbacks
리턴 NativeEventHandler

m_disposed 보호되어 있는 프로퍼티

protected bool m_disposed
리턴 bool

m_threadSpawn 보호되어 있는 프로퍼티

protected NativeEventHandler m_threadSpawn
리턴 NativeEventHandler