C# 클래스 Emul8.Peripherals.Miscellaneous.EmulatorController

상속: IDoubleWordPeripheral, IKnownSize
파일 보기 프로젝트 열기: emul8/emul8

공개 메소드들

메소드 설명
EmulatorController ( System.Machine machine ) : System
ReadDoubleWord ( long offset ) : uint
Reset ( ) : void
WriteDoubleWord ( long offset, uint value ) : void
this ( string key ) : string

비공개 메소드들

메소드 설명
AfterDeserialization ( ) : void
GetCurrentStringRegister ( ) : string
HandleArrayRead ( long offset, byte array ) : uint
HandleArrayWrite ( long offset, uint value, byte array ) : void
HandleDate ( ) : void
HandleException ( IOException e ) : void
HandleGet ( ) : uint
HandleList ( ) : uint
HandleLoad ( uint value ) : void
HandleRead ( long offset ) : uint
HandleReadPacket ( ) : uint
HandleReceiveFile ( ) : uint
HandleSave ( uint value ) : void
HandleSendFile ( ) : uint
HandleSet ( ) : void
HandleTimeMeasure ( TimeMeasurementOperation operation ) : void
HandleWrite ( long offset, uint value ) : void
HandleWritePacket ( uint value ) : void
OpenStreamForReading ( string transferFileName ) : void
OpenStreamForWriting ( string transferFileName ) : void
SetCurrentStringRegister ( string value ) : void
TryActivate ( uint value ) : void

메소드 상세

EmulatorController() 공개 메소드

public EmulatorController ( System.Machine machine ) : System
machine System.Machine
리턴 System

ReadDoubleWord() 공개 메소드

public ReadDoubleWord ( long offset ) : uint
offset long
리턴 uint

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

WriteDoubleWord() 공개 메소드

public WriteDoubleWord ( long offset, uint value ) : void
offset long
value uint
리턴 void

this() 공개 메소드

public this ( string key ) : string
key string
리턴 string