SmartCardRWBasic Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public abstract class SmartCardRWBasic : Microsoft.PointOfService.SmartCardRW, IDisposable
type SmartCardRWBasic = class
inherit SmartCardRW
interface IDisposable
Public MustInherit Class SmartCardRWBasic
Inherits SmartCardRW
Implements IDisposable
- Inheritance
- Implements
Constructors
SmartCardRWBasic() |
Fields
ExtendedErrorFirmwareBadFile |
Indicates the specified firmware file or files exist, but one or more of those files are either not in the correct format or are corrupted. (Inherited from PosCommon) |
ExtendedErrorNoCard |
Indicates no card is detected in the smart card reader/writer device but a card was expected. (Inherited from SmartCardRW) |
ExtendedErrorRead |
Indicates there was a read error. (Inherited from SmartCardRW) |
ExtendedErrorStatistics |
Indicates a specified statistic could not be reset or updated. (Inherited from PosCommon) |
ExtendedErrorStatisticsDependency | (Inherited from PosCommon) |
ExtendedErrorTorn |
Indicates the smart card was prematurely removed from the smart card reader/writer unexpectedly. (Inherited from SmartCardRW) |
ExtendedErrorWrite |
Indicates there was a write error. (Inherited from SmartCardRW) |
StatisticCommunicationErrorCount |
Holds the programmatic name of the Communication Error Count common statistic. (Inherited from PosCommon) |
StatisticDeviceCategory |
Holds the programmatic name of the Device Category common statistic. (Inherited from PosCommon) |
StatisticFirmwareRevision |
Holds the programmatic name of the Firmware Revision common statistic. (Inherited from PosCommon) |
StatisticHoursPoweredCount |
Holds the programmatic name of the Hours Powered On common statistic. (Inherited from PosCommon) |
StatisticInstallationDate |
Holds the programmatic name of the Installation Date common statistic. (Inherited from PosCommon) |
StatisticInterface |
Holds the programmatic name of the Interface common statistic. (Inherited from PosCommon) |
StatisticManufactureDate |
Holds the programmatic name of the Manufacture Date common statistic. (Inherited from PosCommon) |
StatisticManufacturerName |
Holds the programmatic name of the Manufacturer Name common statistic. (Inherited from PosCommon) |
StatisticMechanicalRevision |
Holds the programmatic name of the Mechanical Revision common statistic. (Inherited from PosCommon) |
StatisticModelName |
Holds the programmatic name of the Model Name common statistic. (Inherited from PosCommon) |
StatisticSerialNumber |
Holds the programmatic name of the Serial Number common statistic. (Inherited from PosCommon) |
StatisticUnifiedPOSVersion |
Holds the programmatic name of the Unified POS Version common statistic. (Inherited from PosCommon) |
StatusCardPresent |
Indicates a card is in the device. (Inherited from SmartCardRW) |
StatusNoCard |
Indicates no card is detected in the device. (Inherited from SmartCardRW) |
StatusPowerOff |
Indicates that the device’s power is turned off or it is detached from the terminal. (Inherited from PosCommon) |
StatusPowerOffline |
Indicates that the device is powered on but is either not ready or unable to respond to requests. (Inherited from PosCommon) |
StatusPowerOffOffline |
Indicates that either the device’s power is off or it is offline. (Inherited from PosCommon) |
StatusPowerOnline |
Indicates that the device’s power is turned on and it is ready for use. (Inherited from PosCommon) |
StatusUpdateFirmwareComplete |
Indicates the update firmware process has completed successfully. (Inherited from PosCommon) |
StatusUpdateFirmwareCompleteDeviceNotRestored |
Indicates the update firmware process succeeded. However, the Service Object and/or the physical device cannot be returned to the state they were in before the update firmware process started. (Inherited from PosCommon) |
StatusUpdateFirmwareFailedDeviceNeedsFirmware |
Indicates the update firmware process failed. The device will not be operational until another attempt to update the firmware is successful. (Inherited from PosCommon) |
StatusUpdateFirmwareFailedDeviceOk |
Indicates the update firmware process failed. However, the device is still operational. (Inherited from PosCommon) |
StatusUpdateFirmwareFailedDeviceUnknown |
Indicates the update firmware process failed. The device is in an indeterminate state. (Inherited from PosCommon) |
StatusUpdateFirmwareFailedDeviceUnrecoverable |
Indicates the update firmware process failed. The device is either unusable or unrecoverable through software. (Inherited from PosCommon) |
StatusUpdateFirmwareProgress |
Indicates the update firmware process has completed 1 to 100 percent successfully. (Inherited from PosCommon) |
WaitForever |
Used as the value for a timeout parameter in common and device-specific methods to indicate the method should wait until it receives a response, instead of timing out. (Inherited from PosCommon) |
Properties
CapCardErrorDetection |
Indicates whether the smart card device can report a "torn" card. (Inherited from SmartCardRW) |
CapCompareFirmwareVersion | |
CapInterfaceMode |
Indicates the interface modes the device is capable of supporting. (Inherited from SmartCardRW) |
CapIsoEmvMode |
Indicates the supported message modes when InterfaceMode is APDU. (Inherited from SmartCardRW) |
CapPowerReporting | |
CapSCPresentSensor |
Indicates if the device can sense a smart card in a user-available slot. (Inherited from SmartCardRW) |
CapSCSlots |
Indicates the number of slots available to a user. (Inherited from SmartCardRW) |
CapStatisticsReporting | |
CapTransmissionProtocol |
Indicates the types of transmission protocols supported by the device. (Inherited from SmartCardRW) |
CapUpdateFirmware | |
CapUpdateStatistics | |
CheckHealthText |
Gets a string that indicates the health of the device. (Inherited from PosCommon) |
Claimed | |
CommonProperties | |
Compatibility | (Inherited from PosDevice) |
DataCount | |
DataEventEnabled | |
DeviceDescription | |
DeviceEnabled | |
DeviceInstanceId | (Inherited from PosCommon) |
DeviceName | |
DevicePath |
Gets or sets the hardware path of a device. (Inherited from PosCommon) |
ErrorCount | |
ExternallyClaimed | |
FreezeEvents | |
HardwareId | (Inherited from PosCommon) |
InterfaceMode |
Holds the current communication interface mode. (Inherited from SmartCardRW) |
IsExclusiveUseDevice |
Indicates whether the SmartCardRW is an exclusive-use device. (Inherited from SmartCardRW) |
IsoEmvMode |
Holds the message modes the device is using when InterfaceMode is APDU. (Inherited from SmartCardRW) |
OutputId | |
PowerNotify | |
PowerState | |
SCPresentSensor |
Indicates a smart card is in position to exchange data. (Inherited from SmartCardRW) |
SCSlot |
Holds the current slot available to a user. (Inherited from SmartCardRW) |
ServiceObjectDescription | |
ServiceObjectVersion | |
State | |
SynchronizingObject |
Gets or sets the object that is used to marshal the event handler calls issued because of a POS event. (Inherited from PosCommon) |
TransactionInProgress |
Indicates whether a smart card has been detected. (Inherited from SmartCardRW) |
TransmissionProtocol |
Holds the transmission protocols the device currently supports. (Inherited from SmartCardRW) |
Methods
Events
DataEvent | |
DeviceAddedEvent | (Inherited from PosCommon) |
DeviceRemovedEvent | (Inherited from PosCommon) |
DirectIOEvent | |
ErrorEvent | |
OutputCompleteEvent | |
StateChangedEvent | |
StatusUpdateEvent |