C# Класс Mosa.HardwareSystem.IOPortResources

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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[]