MsrBase.ParseMsrFieldData(Byte[], Byte[], Byte[], Byte[], CardType) Method
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.
Called to decode card data into the appropriate properties.
protected abstract Microsoft.PointOfService.BaseServiceObjects.MsrFieldData ParseMsrFieldData (byte[] track1Data, byte[] track2Data, byte[] track3Data, byte[] track4Data, Microsoft.PointOfService.BaseServiceObjects.CardType cardType);
abstract member ParseMsrFieldData : byte[] * byte[] * byte[] * byte[] * Microsoft.PointOfService.BaseServiceObjects.CardType -> Microsoft.PointOfService.BaseServiceObjects.MsrFieldData
Protected MustOverride Function ParseMsrFieldData (track1Data As Byte(), track2Data As Byte(), track3Data As Byte(), track4Data As Byte(), cardType As CardType) As MsrFieldData
Parameters
- track1Data
- Byte[]
Contains the data read for Track1
- track2Data
- Byte[]
Contains the data read for Track2
- track3Data
- Byte[]
Contains the data read for Track3
- track4Data
- Byte[]
Contains the data read for Track4
- cardType
- CardType
Contains the type of card swiped, as defined by the CardType enumeration.