Share via


SmartCardStatusType Enumeration

The SmartCardStatusType enumeration type specifies the status of a smart card.

Syntax

enum SmartCardStatusType {
  CardInserted          = 0,
  CardRemoved,
  CardError,
  CardDataChanged,
  CardFirmwareUpgrade 
};

Constants

  • CardInserted
    The card was inserted.

  • CardRemoved
    The card was removed.

  • CardError
    An error occurred.

  • CardDataChanged
    The card data has changed.

  • CardFirmwareUpgrade
    Firmware upgrade.

Requirements

Header Declared in Bdaiface.h.

See Also

BDA Enumeration Types

Send comments about this topic to Microsoft

Build date: 12/4/2008