프로퍼티 | 타입 | 설명 | |
---|---|---|---|
mem | byte[] | ||
totalBlocks | uint |
메소드 | 설명 | |
---|---|---|
RamDiskDevice ( uint blocks ) : Mosa.DeviceSystem |
Initializes a new instance of the RamDiskDevice class.
|
|
ReadBlock ( uint block, uint count, byte data ) : bool |
Reads the block.
|
|
ReadBlock ( uint block, uint count ) : byte[] |
Reads the block.
|
|
WriteBlock ( uint block, uint count, byte data ) : bool |
Writes the block.
|
public RamDiskDevice ( uint blocks ) : Mosa.DeviceSystem | ||
blocks | uint | The blocks. |
리턴 | Mosa.DeviceSystem |
public ReadBlock ( uint block, uint count, byte data ) : bool | ||
block | uint | The block. |
count | uint | The count. |
data | byte | The data. |
리턴 | bool |
public ReadBlock ( uint block, uint count ) : byte[] | ||
block | uint | The block. |
count | uint | The count. |
리턴 | byte[] |
public WriteBlock ( uint block, uint count, byte data ) : bool | ||
block | uint | The block. |
count | uint | The count. |
data | byte | The data. |
리턴 | bool |