C# 클래스 Mosa.HardwareSystem.IOPortResources

파일 보기 프로젝트 열기: tgiphil/MOSA-Project

공개 프로퍼티들

프로퍼티 타입 설명
portUsed bool[]

공개 메소드들

메소드 설명
ClaimResources ( HardwareResources hardwareResources ) : bool

Claims the resources.

GetIOPort ( ushort port, ushort offset ) : IReadWriteIOPort

Gets the IO port.

IOPortResources ( )

Initializes a new instance of the IOPortResources class.

IsPortInISALegacyRegion ( ushort port ) : bool

Determines whether the specific port in ISA legacy region.

ReleaseResources ( HardwareResources hardwareResources ) : void

Releases the resources.

메소드 상세

ClaimResources() 공개 메소드

Claims the resources.
public ClaimResources ( HardwareResources hardwareResources ) : bool
hardwareResources HardwareResources The hardware resources.
리턴 bool

GetIOPort() 공개 메소드

Gets the IO port.
public GetIOPort ( ushort port, ushort offset ) : IReadWriteIOPort
port ushort The port.
offset ushort The offset.
리턴 IReadWriteIOPort

IOPortResources() 공개 메소드

Initializes a new instance of the IOPortResources class.
public IOPortResources ( )

IsPortInISALegacyRegion() 공개 메소드

Determines whether the specific port in ISA legacy region.
public IsPortInISALegacyRegion ( ushort port ) : bool
port ushort The port.
리턴 bool

ReleaseResources() 공개 메소드

Releases the resources.
public ReleaseResources ( HardwareResources hardwareResources ) : void
hardwareResources HardwareResources The hardware resources.
리턴 void

프로퍼티 상세

portUsed 공개적으로 프로퍼티

public bool[] portUsed
리턴 bool[]