Example #1
0
 public bool GetCardInfo(ref ECreditCardType eCreditCardType, StringBuilder pchCardNumber, StringBuilder pchCardHolderName, StringBuilder pchCardExpYear, StringBuilder pchCardExpMonth, StringBuilder pchCardCVV2)
 {
     return(this.GetFunction <NativeGetCardInfoESSSSS>(this.Functions.GetCardInfo6)(this.ObjectAddress, ref eCreditCardType, pchCardNumber, pchCardHolderName, pchCardExpYear, pchCardExpMonth, pchCardCVV2));
 }
Example #2
0
 public bool GetReceiptCardInfo(UInt32 nReceiptIndex, ref ECreditCardType eCreditCardType, StringBuilder pchCardLast4Digits, StringBuilder pchCardHolderFirstName, StringBuilder pchCardHolderLastName, StringBuilder pchCardExpYear, StringBuilder pchCardExpMonth)
 {
     return(this.GetFunction <NativeGetReceiptCardInfoUESSSSS>(this.Functions.GetReceiptCardInfo35)(this.ObjectAddress, nReceiptIndex, ref eCreditCardType, pchCardLast4Digits, pchCardHolderFirstName, pchCardHolderLastName, pchCardExpYear, pchCardExpMonth));
 }
Example #3
0
 public bool SetCardInfo(ECreditCardType eCreditCardType, string pchCardNumber, string pchCardHolderName, string pchCardExpYear, string pchCardExpMonth, string pchCardCVV2)
 {
     return(this.GetFunction <NativeSetCardInfoESSSSS>(this.Functions.SetCardInfo5)(this.ObjectAddress, eCreditCardType, pchCardNumber, pchCardHolderName, pchCardExpYear, pchCardExpMonth, pchCardCVV2));
 }
Example #4
0
 public bool GetCardInfo(UInt32 nCardIndex, ref ECreditCardType eCreditCardType, StringBuilder pchCardNumber, StringBuilder pchCardHolderFirstName, StringBuilder pchCardHolderLastName, StringBuilder pchCardExpYear, StringBuilder pchCardExpMonth, StringBuilder pchCardCVV2)
 {
     return(this.GetFunction <NativeGetCardInfoUESSSSSS>(this.Functions.GetCardInfo18)(this.ObjectAddress, nCardIndex, ref eCreditCardType, pchCardNumber, pchCardHolderFirstName, pchCardHolderLastName, pchCardExpYear, pchCardExpMonth, pchCardCVV2));
 }
Example #5
0
 public bool SetCardInfo(UInt32 nCardIndex, ECreditCardType eCreditCardType, string pchCardNumber, string pchCardHolderFirstName, string pchCardHolderLastName, string pchCardExpYear, string pchCardExpMonth, string pchCardCVV2)
 {
     return(this.GetFunction <NativeSetCardInfoUESSSSSS>(this.Functions.SetCardInfo17)(this.ObjectAddress, nCardIndex, eCreditCardType, pchCardNumber, pchCardHolderFirstName, pchCardHolderLastName, pchCardExpYear, pchCardExpMonth, pchCardCVV2));
 }
Example #6
0
 public bool GetCardInfo(UInt32 arg0, ref ECreditCardType eCreditCardType, StringBuilder pchCardNumber, StringBuilder pchCardHolderName, StringBuilder pchCardExpYear, StringBuilder pchCardExpMonth, StringBuilder pchCardCVV2, StringBuilder arg7)
 {
     return(this.GetFunction <NativeGetCardInfoUESSSSSS>(this.Functions.GetCardInfo19)(this.ObjectAddress, arg0, ref eCreditCardType, pchCardNumber, pchCardHolderName, pchCardExpYear, pchCardExpMonth, pchCardCVV2, arg7));
 }
Example #7
0
 public bool SetCardInfo(UInt32 arg0, ECreditCardType eCreditCardType, string pchCardNumber, string pchCardHolderName, string pchCardExpYear, string pchCardExpMonth, string pchCardCVV2, string arg7)
 {
     return(this.GetFunction <NativeSetCardInfoUESSSSSS>(this.Functions.SetCardInfo18)(this.ObjectAddress, arg0, eCreditCardType, pchCardNumber, pchCardHolderName, pchCardExpYear, pchCardExpMonth, pchCardCVV2, arg7));
 }