Share via


PinPadBasic Class

Definition

public abstract class PinPadBasic : Microsoft.PointOfService.PinPad, IDisposable
type PinPadBasic = class
    inherit PinPad
    interface IDisposable
Public MustInherit Class PinPadBasic
Inherits PinPad
Implements IDisposable
Inheritance
Derived
Implements

Constructors

PinPadBasic()

Fields

ExtendedErrorBadKey

Indicates that an encryption key is corrupted or missing.

(Inherited from PinPad)
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)
ExtendedErrorStatistics

Indicates a specified statistic could not be reset or updated.

(Inherited from PosCommon)
ExtendedErrorStatisticsDependency (Inherited from PosCommon)
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)
StatisticInvalidPINEntryCount

Incremented during the ExitPinEntryMode method if PIN entry has failed.

(Inherited from PinPad)
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)
StatisticValidPINEntryCount

Incremented during the ExitPinEntryMode method if PIN entry has occurred successfully.

(Inherited from PinPad)
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

AccountNumber

Holds the user’s account number for the current EFT transaction.

(Inherited from PinPad)
AdditionalSecurityInformation

Holds security/encryption information, formatted as a Hex-ASCII string, after a successful PIN entry operation in which the DataEvent event is queued to the application with a DataEventArgs.Status of Success.

(Inherited from PinPad)
Amount

Holds the amount of the current EFT transaction.

(Inherited from PinPad)
AvailableLanguagesList

Holds an array of the languages supported by the pre-defined prompts in the PIN pad device, as defined by the CultureInfo .NET Framework Class.

(Inherited from PinPad)
AvailablePromptsList

Holds a comma-separated string of supported values for the Prompt property.

(Inherited from PinPad)
CapCompareFirmwareVersion
CapDisplay

Indicates the operations that the application can perform on the PIN pad display.

(Inherited from PinPad)
CapKeyboard

If set to true, the application can use the PIN pad keyboard to obtain input.

(Inherited from PinPad)
CapLanguage

Indicates the language of pre-defined messages for the PIN pad device (for example, English, French, Arabic, and so on).

(Inherited from PinPad)
CapMacCalculation

If set to true, the PIN pad supports MAC calculation.

(Inherited from PinPad)
CapPowerReporting
CapStatisticsReporting
CapTone

If set to true, the PIN pad has a tone indicator, which is implemented as a ToneIndicator class object.

(Inherited from PinPad)
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)
EncryptedPin

Holds the value of the encrypted PIN after the DataEvent event notifies the application that a PIN entry operation has been completed.

(Inherited from PinPad)
ErrorCount
ExternallyClaimed
FreezeEvents
HardwareId (Inherited from PosCommon)
IsExclusiveUseDevice

Indicates whether the PinPad is an exclusive-use device.

(Inherited from PinPad)
MaximumPinLength

Holds the maximum acceptable number of digits to be entered for the PIN.

(Inherited from PinPad)
MerchantId

Holds the Merchant ID, as it is known to the EFT Transaction Host.

(Inherited from PinPad)
MinimumPinLength

Holds the minimum acceptable number of digits to be entered for a PIN.

(Inherited from PinPad)
PinEntryEnabled

Indicates whether the PinPad is ready to accept PIN entry.

(Inherited from PinPad)
PowerNotify
PowerState
Prompt

Holds a pre-defined message to be displayed on the PIN Pad.

(Inherited from PinPad)
PromptLanguage

Specifies the language in which the message specified by the Prompt property will be displayed, as defined by the CultureInfo .NET Framework class.

(Inherited from PinPad)
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)
TerminalId

Holds the Terminal ID, as it is known to the EFT Transaction Host.

(Inherited from PinPad)
Track1Data

Holds either the decoded Track 1 data from the previous card swipe or an empty string.

(Inherited from PinPad)
Track2Data

Holds either the decoded Track 2 data from the previous card swipe or an empty string.

(Inherited from PinPad)
Track3Data

Holds either the decoded Track 3 data from the previous card swipe or an empty string.

(Inherited from PinPad)
Track4Data

Holds either the decoded Track 4 data from the previous card swipe or an empty string.

(Inherited from PinPad)
TransactionType

Holds the current EFT transaction type.

(Inherited from PinPad)

Methods

BeginEftTransaction(PinPadSystem, Int32)

Informs the PIN Pad’s service object that an EFT Transaction is starting.

(Inherited from PinPad)
BeginEftTransaction(String, Int32) (Inherited from PinPad)
CheckHealth(HealthCheckLevel)

Tests the state of a device.

(Inherited from PosCommon)
Claim(Int32)
ClearInput()
ClearInputImpl()
ClearInputProperties()

Resets the values of properties altered by DataEvent or ErrorEvent.

(Inherited from PinPad)
Close()
CompareFirmwareVersion(String)

Determines whether the version of the specified firmware is newer than, older than, or the same as the version of firmware in the physical device.

(Inherited from PosCommon)
ComputeMac(String)

Tells the service object to compute a MAC value and return it to the application.

(Inherited from PinPad)
CreateStatistic(String, Boolean, String)
CreateStatistic(String, Boolean)
DeleteConfigurationProperty(String)

Deletes the specified property from the XML configuration file.

(Inherited from PosCommon)
DirectIO(Int32, Int32, Object)

Used to communicate directly with the Service Object.

(Inherited from PosCommon)
Dispose()
Dispose(Boolean)
EnablePinEntry()

Starts PIN entry at the PIN pad device. When EnablePinEntry is called, the service object sets the PinEntryEnabled property to true.

(Inherited from PinPad)
EndEftTransaction(EftTransactionCompletion)

Takes the PIN pad out of EFT Transaction Mode.

(Inherited from PinPad)
GetConfigurationProperty(String)

Used by the Service Object to retrieve the specified property from the XML configuration file.

(Inherited from PosCommon)
GetStatisticValue(String)
IncrementStatistic(String, Int32)
IncrementStatistic(String)
Invoke(Delegate, Object[])

Used by the Service Objects to raise an event.

(Inherited from PosCommon)
Open()
PreFireEvent(DataEventArgs)
PreFireEvent(DeviceErrorEventArgs)
PreFireEvent(DirectIOEventArgs)
PreFireEvent(StatusUpdateEventArgs)
QueueEvent(DataEventArgs)
QueueEvent(DeviceErrorEventArgs)
QueueEvent(DirectIOEventArgs)
QueueEvent(StatusUpdateEventArgs)
QueueEventAndWait(DeviceErrorEventArgs)
QueueEventAndWait(DirectIOEventArgs)
Release()
ResetStatistic(String)
ResetStatistics()
ResetStatistics(StatisticCategories)
ResetStatistics(String[])
RetrieveStatistic(String)
RetrieveStatistics()
RetrieveStatistics(StatisticCategories)
RetrieveStatistics(String[])
SetConfigurationProperty(String, String)

Sets a property value (or create a new property) in the XML configuration file.

(Inherited from PosCommon)
SetStatisticHandlers(String, GetStatistic, SetStatistic)
SetStatisticValue(String, Object)
UpdateFirmware(String)

Updates the firmware of a device with the version of the firmware contained or defined in the file specified by the firmwareFileName parameter regardless of whether that firmware’s version is newer than, older than, or the same as the version of the firmware already in the device.

(Inherited from PosCommon)
UpdateKey(Int32, String)

Provides a new encryption key to the PIN pad service object for those PIN Pad Management Systems in which new key values are sent to the terminal as a field in standard messages from the EFT Transaction Host.

(Inherited from PinPad)
UpdateStatistic(String, Object)
UpdateStatistics(Statistic[])
UpdateStatistics(StatisticCategories, Object)
VerifyMac(String)

Tells the service object to verify the MAC value in a message received from an EFT Transaction Host.

(Inherited from PinPad)
VerifyState(Boolean, Boolean)

Events

DataEvent
DeviceAddedEvent (Inherited from PosCommon)
DeviceRemovedEvent (Inherited from PosCommon)
DirectIOEvent
ErrorEvent
StateChangedEvent
StatusUpdateEvent

Applies to