Share via


PointCardRWBasic Class

Definition

public abstract class PointCardRWBasic : Microsoft.PointOfService.PointCardRW, IDisposable
type PointCardRWBasic = class
    inherit PointCardRW
    interface IDisposable
Public MustInherit Class PointCardRWBasic
Inherits PointCardRW
Implements IDisposable
Inheritance
Implements

Constructors

PointCardRWBasic()

Fields

CharacterSetAnsi

The ANSI character set.

(Inherited from PointCardRW)
CharacterSetAscii

The ASCII character set, supporting the ASCII characters between 0x20 and 0x7F.

(Inherited from PointCardRW)
CharacterSetUnicode

The character set supports Unicode.

(Inherited from PointCardRW)
ExtendedErrorCover

Indicates the conveyance motor cover is open.

(Inherited from PointCardRW)
ExtendedErrorDisplay

Indicates a display indicator error.

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

Indicates a card jam.

(Inherited from PointCardRW)
ExtendedErrorMotor

Indicates a conveyance motor error.

(Inherited from PointCardRW)
ExtendedErrorNoCard

Indicates there is no card in the reader.

(Inherited from PointCardRW)
ExtendedErrorPrinter

Indicates a printer error.

(Inherited from PointCardRW)
ExtendedErrorRead

Indicates a read error.

(Inherited from PointCardRW)
ExtendedErrorRelease

Indicates a card jam.

(Inherited from PointCardRW)
ExtendedErrorStatistics

Indicates a specified statistic could not be reset or updated.

(Inherited from PosCommon)
ExtendedErrorStatisticsDependency (Inherited from PosCommon)
ExtendedErrorWrite

Indicates a write error.

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

Indicates a card is in the device.

(Inherited from PointCardRW)
StatusNoCard

Indicates no card is in the device, or the card sensor position is indeterminate.

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

Indicates a card remains in the entrance.

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

CapBold

Gets a Boolean value that indicates whether the device can print bold characters.

(Inherited from PointCardRW)
CapCardEntranceSensor

Gets a Boolean value that indicates whether the device has an entrance sensor.

(Inherited from PointCardRW)
CapCharacterSet

Gets the default character set capability.

(Inherited from PointCardRW)
CapCleanCard

Gets a Boolean value that indicates whether the device supports cleaning under application control.

(Inherited from PointCardRW)
CapClearPrint

Gets a Boolean value that indicates whether the device can erase the printing area.

(Inherited from PointCardRW)
CapCompareFirmwareVersion
CapDHigh

Gets a Boolean value that indicates whether the device can print double-high characters.

(Inherited from PointCardRW)
CapDWide

Gets a Boolean value that indicates whether the device can print double-wide characters.

(Inherited from PointCardRW)
CapDWideDHigh

Gets a Boolean value that indicates whether the device can print double-high/double-width characters.

(Inherited from PointCardRW)
CapItalic

Gets a Boolean value that indicates whether the device can print italic characters.

(Inherited from PointCardRW)
CapLeft90

Gets a Boolean value that indicates whether the device can print in rotated-90-degree-left mode.

(Inherited from PointCardRW)
CapMapCharacterSet

Gets a Boolean value that indicates whether the service object can map

(Inherited from PointCardRW)
CapPowerReporting
CapPrint

Gets a Boolean value that indicates whether the device has printing capability.

(Inherited from PointCardRW)
CapPrintMode

Gets a Boolean value that indicates whether the device can designate a starting position with the MapMode property.

(Inherited from PointCardRW)
CapRight90

Gets a Boolean value that indicates the device can print in a rotated-90 degree-right mode.

(Inherited from PointCardRW)
CapRotate180

Gets a Boolean value that indicates the device can print in a rotated upside-down mode.

(Inherited from PointCardRW)
CapStatisticsReporting
CapTracksToRead

Gets a bitmask that indicates which magnetic tracks are available.

(Inherited from PointCardRW)
CapTracksToWrite

Gets a bitmask that indicates which tracks are writable on the point card.

(Inherited from PointCardRW)
CapUpdateFirmware
CapUpdateStatistics
CardState

Gets the point card state.

(Inherited from PointCardRW)
CharacterSet

Gets or sets the character set for printing characters.

(Inherited from PointCardRW)
CharacterSetList

Gets a string of character set numbers.

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

Gets the fonts and typefaces supported by the point card reader/writer.

(Inherited from PointCardRW)
FreezeEvents
HardwareId (Inherited from PosCommon)
IsExclusiveUseDevice

Gets a Boolean value that indicates whether the PointCardRW is an exclusive-use device.

(Inherited from PointCardRW)
LineChars

Gets or sets the number of characters that can be printed on a line on the point card reader/writer.

(Inherited from PointCardRW)
LineCharsList

Gets the line character widths supported by the point card reader/writer.

(Inherited from PointCardRW)
LineHeight

Gets or sets the point card reader/writer print line height.

(Inherited from PointCardRW)
LineSpacing

Gets or sets the spacing of each single-high print line. This includes both the printed line height plus the white space between each pair of lines.

(Inherited from PointCardRW)
LineWidth

Gets the width of a line of LineChars characters.

(Inherited from PointCardRW)
MapCharacterSet

Gets or sets a Boolean value that indicates whether characters are mapped from the application to the set specified in the CharacterSetproperty.

(Inherited from PointCardRW)
MapMode

Gets or sets the mapping mode of the point card reader/writer.

(Inherited from PointCardRW)
MaxLine

Gets the maximum printable line number.

(Inherited from PointCardRW)
OutputId
PowerNotify
PowerState
PrintHeight

Gets the height of the largest character in a character set.

(Inherited from PointCardRW)
ReadState

Gets read state information for Track1 through Track6.

(Inherited from PointCardRW)
RecvLength

Gets length information for Track1 through Track6.

(Inherited from PointCardRW)
ServiceObjectDescription
ServiceObjectVersion
SidewaysMaxChars

Gets the maximum number of characters that can be printed on each line in sideways mode.

(Inherited from PointCardRW)
SidewaysMaxLines

Gets the maximum number of lines that can be printed in sideways mode.

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

Gets the Track1 data from the point card.

(Inherited from PointCardRW)
Track2Data

Gets the Track2 data from the point card.

(Inherited from PointCardRW)
Track3Data

Gets the Track3 data from the point card.

(Inherited from PointCardRW)
Track4Data

Gets the Track4 data from the point card.

(Inherited from PointCardRW)
Track5Data

Gets the Track5 data from the point card.

(Inherited from PointCardRW)
Track6Data

Gets the Track6 data from the point card.

(Inherited from PointCardRW)
TracksToRead

Gets or sets the tracks to read from the point card.

(Inherited from PointCardRW)
TracksToWrite

Gets or sets the tracks to write to the point card.

(Inherited from PointCardRW)
Write1Data

Gets or sets the data PrintWrite uses to write to Track1.

(Inherited from PointCardRW)
Write2Data

Gets or sets the data PrintWrite uses to write to Track2.

(Inherited from PointCardRW)
Write3Data

Gets or sets the data PrintWrite uses to write to Track3.

(Inherited from PointCardRW)
Write4Data

Gets or sets the data PrintWrite uses to write to Track4.

(Inherited from PointCardRW)
Write5Data

Gets or sets the data PrintWrite uses to write to Track5.

(Inherited from PointCardRW)
Write6Data

Gets or sets the data PrintWrite uses to write to Track6.

(Inherited from PointCardRW)
WriteState

Gets write state information for Track1 through Track6.

(Inherited from PointCardRW)

Methods

BeginInsertion(Int32)

Starts point card processing.

(Inherited from PointCardRW)
BeginRemoval(Int32)

Starts point card removal processing.

(Inherited from PointCardRW)
CheckHealth(HealthCheckLevel)

Tests the state of a device.

(Inherited from PosCommon)
Claim(Int32)
CleanCard()

Cleans the read/write heads of the point card reader/writer.

(Inherited from PointCardRW)
ClearInput()
ClearInputImpl()
ClearInputProperties()

Resets the values of properties altered by DataEvent or ErrorEvent.

(Inherited from PointCardRW)
ClearOutput()
ClearOutputImpl()
ClearPrintWrite(PointCardAreas, Int32, Int32, Int32, Int32)

Erases the printing area of a point card and erases the magnetic track data on a point card or erases the magnetic track data on a point card.

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

Ends point card insertion processing.

(Inherited from PointCardRW)
EndRemoval()

Ends point card removal processing.

(Inherited from PointCardRW)
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(OutputCompleteEventArgs)
PreFireEvent(StatusUpdateEventArgs)
PrintWrite(PointCardAreas, Int32, Int32, String)

Prints the specified data on the printing area of the point card, writes data from the WriteXData properties to the magnetic tracks, or both.

(Inherited from PointCardRW)
QueueEvent(DataEventArgs)
QueueEvent(DeviceErrorEventArgs)
QueueEvent(DirectIOEventArgs)
QueueEvent(OutputCompleteEventArgs)
QueueEvent(StatusUpdateEventArgs)
QueueEventAndWait(DeviceErrorEventArgs)
QueueEventAndWait(DirectIOEventArgs)
Release()
ResetStatistic(String)
ResetStatistics()
ResetStatistics(StatisticCategories)
ResetStatistics(String[])
RetrieveStatistic(String)
RetrieveStatistics()
RetrieveStatistics(StatisticCategories)
RetrieveStatistics(String[])
RotatePrint(Rotation)

Enters or exits rotated print mode.

(Inherited from PointCardRW)
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)
UpdateStatistic(String, Object)
UpdateStatistics(Statistic[])
UpdateStatistics(StatisticCategories, Object)
ValidateData(String)

Determines whether a data sequence, possibly including one or more escape sequences, is valid for the specified station, before it calls the PrintWrite method.

(Inherited from PointCardRW)
VerifyState(Boolean, Boolean)

Events

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

Applies to