C# 클래스 x86CS.ATADevice.ATADrive

파일 보기 프로젝트 열기: cryogen/VM86CS

보호된 프로퍼티들

프로퍼티 타입 설명
bufferIndex int
sectorBuffer ushort[]

공개 메소드들

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

메소드 상세

FinishCommand() 공개 추상적인 메소드

public abstract FinishCommand ( ) : void
리턴 void

FinishRead() 공개 추상적인 메소드

public abstract FinishRead ( ) : void
리턴 void

LoadImage() 공개 추상적인 메소드

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

Reset() 공개 추상적인 메소드

public abstract Reset ( ) : void
리턴 void

RunCommand() 공개 추상적인 메소드

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

프로퍼티 상세

bufferIndex 보호되어 있는 프로퍼티

protected int bufferIndex
리턴 int

sectorBuffer 보호되어 있는 프로퍼티

protected ushort[] sectorBuffer
리턴 ushort[]