[operations] [attributes] [fields] [template] [definition]
[implementation] [documentation]
To use the search tool you need to use a browser which supports JAVA (c)

[next] [prev] [superclass] [next peer] [prev peer] [subclass] [index] [hierarchy]

CardSlotDino

abstract
inherits from CardSlot

Object <- CardSlot <- CardSlotDino



Operations

Get list of all operations

Class CardSlotDino defines no new operations.


Attributes

Get list of all attributes

AttributeIOSpeed
AttributeIOSpeed
CardHiByteMode
CardHiByteMode
CardLoByteMode
CardLoByteMode
CommonSpeed
CommonSpeed
IOMode
IOMode
WaitSignalEnabled
WaitSignalEnabled


Fields

Field Type
CardSlot: slotNumber: Unsigned
commonAddress: Unsigned
attributeAddress: Unsigned
ioAddress: Unsigned
length: Unsigned
cardMounted: Boolean
hasBattery: Boolean
cardImage: Image
cardName: Text
validCIS: Boolean
cardOptionInserted: Boolean
servers: ObjectList
shouldAttemptReintegrationOnCard: Boolean


Instance template

Class CardSlotDino cannot be instantiated.


Class definition

Define Class CardSlotDino;
    abstract;
    inherits from CardSlot;

    overrides CommonSpeed, SetCommonSpeed;
    overrides AttributeIOSpeed, SetAttributeIOSpeed;
    overrides CardLoByteMode, SetCardLoByteMode;
    overrides CardHiByteMode, SetCardHiByteMode;
    overrides WaitSignalEnabled, SetWaitSignalEnabled;
    overrides IOMode, SetIOMode;
end class;