/n software 3-D Secure V2 C++ Edition

Questions / Feedback?

TrackType Property

Indicates the type of the specified TrackData .

Syntax

ANSI (Cross Platform)
int GetTrackType();

Unicode (Windows)
INT GetTrackType();

Possible Values

TT_UNKNOWN(0), 
TT_TRACK_1(1),
TT_TRACK_2(2)
@property (nonatomic,readonly,assign,getter=trackType) int trackType;
- (int)trackType;

Possible Values

TT_UNKNOWN(0), 
TT_TRACK_1(1),
TT_TRACK_2(2)
#define PID_CARDVALIDATOR_TRACKTYPE 9

IPWORKS3DS_EXTERNAL void* IPWORKS3DS_CALL IPWorks3DS_CardValidator_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

0

Remarks

This property will be filled after a call to ValidateCard. If magnetic stripe data was supplied in the TrackData field, this property will indicate which type of track was entered. If no track data was entered (ie, the CardNumber was specified instead) then the TrackType will be ttUnknown.

This property is read-only and not available at design time.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software 3-D Secure V2 C++ Edition - Version 2.2 [Build 8318]