PointCardReadWriteState Enum
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.
Lists valid track states for a Point Card Reader Writer.
public enum PointCardReadWriteState
type PointCardReadWriteState =
Public Enum PointCardReadWriteState
- Inheritance
-
PointCardReadWriteState
Fields
Name | Value | Description |
---|---|---|
Success | 0 | Successful read of the data |
Failure | 111 | Another error |
Start | 211 | Start sentinel error |
End | 212 | End sentinel error |
Parity | 213 | Parity error |
Encode | 214 | No encoding |
LrcError | 215 | LRC error |
Verify | 216 | Verify error |