C# 클래스 SimShift.Entities.MmTimer

파일 보기 프로젝트 열기: nlhans/SimShift

보호된 프로퍼티들

프로퍼티 타입 설명
mmCapabilities LPTIMECAPS

공개 메소드들

메소드 설명
MmTimer ( uint period ) : System
Start ( ) : void
Stop ( ) : void

보호된 메소드들

메소드 설명
Check ( ) : bool

비공개 메소드들

메소드 설명
TimerHandler ( int id, int msg, IntPtr user, int dw1, int dw2 ) : void
timeBeginPeriod ( UInt32 msec ) : UInt32
timeEndPeriod ( UInt32 msec ) : UInt32
timeGetDevCaps ( LPTIMECAPS &ptc, UInt32 cbtc ) : UInt32
timeKillEvent ( UInt32 id ) : UInt32
timeSetEvent ( UInt32 delay, UInt32 resolution, TimerEventHandler handler, IntPtr user, UInt32 eventType ) : UInt32

메소드 상세

Check() 보호된 메소드

protected Check ( ) : bool
리턴 bool

MmTimer() 공개 메소드

public MmTimer ( uint period ) : System
period uint
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

프로퍼티 상세

mmCapabilities 보호되어 있는 프로퍼티

protected LPTIMECAPS mmCapabilities
리턴 LPTIMECAPS