C# 클래스 HaroldInnovationTechnologies.HMD2043.Drive

상속: IHardwareDevice
파일 보기 프로젝트 열기: kierenj/0x10c-DevKit 1 사용 예제들

Private Properties

프로퍼티 타입 설명
QueueNextStep void
RaiseInterrupt void

공개 메소드들

메소드 설명
ChangeMedia ( Disk disk ) : void
CycleTimerCompleted ( object state ) : void
Eject ( ) : void
Initialise ( IEmulatedSystem system ) : void
Interrupt ( int &additionalCycles ) : void
Pulse ( ) : void
Query ( uint &manufacturer, uint &hardwareType, ushort &revision ) : void
Reset ( ) : void

비공개 메소드들

메소드 설명
QueueNextStep ( ) : void
RaiseInterrupt ( InterruptType type ) : void

메소드 상세

ChangeMedia() 공개 메소드

public ChangeMedia ( Disk disk ) : void
disk Disk
리턴 void

CycleTimerCompleted() 공개 메소드

public CycleTimerCompleted ( object state ) : void
state object
리턴 void

Eject() 공개 메소드

public Eject ( ) : void
리턴 void

Initialise() 공개 메소드

public Initialise ( IEmulatedSystem system ) : void
system IEmulatedSystem
리턴 void

Interrupt() 공개 메소드

public Interrupt ( int &additionalCycles ) : void
additionalCycles int
리턴 void

Pulse() 공개 메소드

public Pulse ( ) : void
리턴 void

Query() 공개 메소드

public Query ( uint &manufacturer, uint &hardwareType, ushort &revision ) : void
manufacturer uint
hardwareType uint
revision ushort
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void