Property | Type | Description | |
---|---|---|---|
portUsed | bool[] |
Method | Description | |
---|---|---|
ClaimResources ( |
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 ( |
Releases the resources.
|
public ClaimResources ( |
||
hardwareResources | The hardware resources. | |
return | bool |
public GetIOPort ( ushort port, ushort offset ) : IReadWriteIOPort | ||
port | ushort | The port. |
offset | ushort | The offset. |
return | IReadWriteIOPort |
public IsPortInISALegacyRegion ( ushort port ) : bool | ||
port | ushort | The port. |
return | bool |
public ReleaseResources ( |
||
hardwareResources | The hardware resources. | |
return | void |