MagneticCardSwipe Constructor |
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public MagneticCardSwipe(
int cardFormat,
int trackOneStatus,
int trackTwoStatus,
int trackThreeStatus,
string trackOne,
string trackTwo,
string trackThree
)
Public Sub New (
cardFormat As Integer,
trackOneStatus As Integer,
trackTwoStatus As Integer,
trackThreeStatus As Integer,
trackOne As String,
trackTwo As String,
trackThree As String
)
public:
MagneticCardSwipe(
int cardFormat,
int trackOneStatus,
int trackTwoStatus,
int trackThreeStatus,
String^ trackOne,
String^ trackTwo,
String^ trackThree
)
new :
cardFormat : int *
trackOneStatus : int *
trackTwoStatus : int *
trackThreeStatus : int *
trackOne : string *
trackTwo : string *
trackThree : string -> MagneticCardSwipe
Parameters
- cardFormat
- Type: SystemInt32
the card format - trackOneStatus
- Type: SystemInt32
track one status - trackTwoStatus
- Type: SystemInt32
track two status - trackThreeStatus
- Type: SystemInt32
track three status - trackOne
- Type: SystemString
track one data string - trackTwo
- Type: SystemString
track two data string - trackThree
- Type: SystemString
track three data string
See Also