C# 클래스 Mosa.HardwareSystem.ISADeviceDriverAttribute

상속: System.Attribute, IDeviceDriver
파일 보기 프로젝트 열기: tgiphil/MOSA-Project 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AddressRange uint
AltBasePort ushort
AltPortRange ushort
AutoLoad bool
BaseAddress uint
BasePort ushort
ForceOption string
IRQ byte
PortRange ushort

보호된 프로퍼티들

프로퍼티 타입 설명
platforms PlatformArchitecture

프로퍼티 상세

AddressRange 공개적으로 프로퍼티

public uint AddressRange
리턴 uint

AltBasePort 공개적으로 프로퍼티

public ushort AltBasePort
리턴 ushort

AltPortRange 공개적으로 프로퍼티

public ushort AltPortRange
리턴 ushort

AutoLoad 공개적으로 프로퍼티

public bool AutoLoad
리턴 bool

BaseAddress 공개적으로 프로퍼티

public uint BaseAddress
리턴 uint

BasePort 공개적으로 프로퍼티

public ushort BasePort
리턴 ushort

ForceOption 공개적으로 프로퍼티

public string ForceOption
리턴 string

IRQ 공개적으로 프로퍼티

public byte IRQ
리턴 byte

PortRange 공개적으로 프로퍼티

public ushort PortRange
리턴 ushort

platforms 보호되어 있는 프로퍼티

protected PlatformArchitecture platforms
리턴 PlatformArchitecture