프로퍼티 | 타입 | 설명 | |
---|---|---|---|
windowPos |
메소드 | 설명 | |
---|---|---|
OnStart ( PartModule state ) : void | ||
connect ( ) : void | ||
disconnect ( ) : void | ||
draw ( ) : void | ||
getSegment ( int id ) : int>.Tuple |
||
getSegmentCount ( ) : int | ||
memRead ( ushort position ) : int | ||
memWrite ( ushort position, int value ) : void | ||
recGUIState ( |
||
recInterruptHandle ( |
||
saveTape ( String name, |
||
tick ( int ticks ) : void |
메소드 | 설명 | |
---|---|---|
EOTException ( ) : void | ||
busyException ( ) : void | ||
getStatus ( int statusIndex ) : bool | ||
handleSendRec ( ) : void | ||
insertMedia ( |
||
interpretInt ( |
||
loadTape ( String name ) : System.Int32[] | ||
overflowException ( ) : void | ||
performRWS ( int ticks ) : void | ||
saveTapeInternal ( String name ) : void | ||
setStatus ( int statusIndex, bool status ) : void | ||
tapeEjectedException ( ) : void | ||
unrecognisedCommandException ( ) : void | ||
windowGUI ( int windowID ) : void |
public memWrite ( ushort position, int value ) : void | ||
position | ushort | |
value | int | |
리턴 | void |
public recInterruptHandle ( |
||
seg | ||
리턴 | void |
public static saveTape ( String name, |
||
name | String | |
tape | ||
리턴 | void |