Copyright ©1995 by NeXT Computer, Inc.  All Rights Reserved.

IOPCMCIADeviceDescription



Inherits From: IOEISADeviceDescription : IODeviceDescription : Object
Declared In: driverkit/i386/IOPCMCIADeviceDescription.h



Class Description

IOPCMCIADeviceDescription objects encapsulate information about IODirectDevices that run on PCMCIA-compliant computers. Usually, you need only to pass around IOPCMCIADeviceDescriptions, without creating them, subclassing them, or sending messages to them. IOPCMCIADeviceDescriptions are created by the system and initialized from IOConfigTables.



Instance Variables

None declared in this class.



Method Types

Getting information about tuples numTuples
tupleList



Instance Methods

numTuples
(unsigned)numTuples

Returns the number of items in the tuple list.

See also:  tupleList



tupleList
(id *)tupleList

Returns the tuple list.

See also:  numTuples