C# 클래스 x86CS.ATADevice.CDROM

상속: ATADrive
파일 보기 프로젝트 열기: cryogen/VM86CS 1 사용 예제들

공개 메소드들

메소드 설명
CDROM ( ) : System
FinishCommand ( ) : void
FinishRead ( ) : void
LoadImage ( string filename ) : void
Reset ( ) : void
RunCommand ( byte command ) : void

비공개 메소드들

메소드 설명
Read10 ( ) : void
ReadCapacity ( ) : void
RequestSense ( ) : void

메소드 상세

CDROM() 공개 메소드

public CDROM ( ) : System
리턴 System

FinishCommand() 공개 메소드

public FinishCommand ( ) : void
리턴 void

FinishRead() 공개 메소드

public FinishRead ( ) : void
리턴 void

LoadImage() 공개 메소드

public LoadImage ( string filename ) : void
filename string
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

RunCommand() 공개 메소드

public RunCommand ( byte command ) : void
command byte
리턴 void