Пример #1
0
        public override void GetTargetData(IFreeformEntity_MsgTgt tgt, ref List <byte> buffer)
        {
            FFTgt_H2G_EFT_EmployeeAccountNumber_Response tgt2 = tgt as FFTgt_H2G_EFT_EmployeeAccountNumber_Response;

            buffer.SetValue(tgt2.EGMAssetNumber, 4);
            buffer.SetASCIIBytesValueWithLength(tgt2.CashlessAccountNumber, 40);
            buffer.SetValue(tgt2.ResponseStatus);
            buffer.SetValue(tgt2.PINCheck.GetGmuIdInt8());
            buffer.SetValue(tgt2.ErrorTextLength);
            buffer.SetASCIIBytesValue(tgt2.ErrorText, 128);
        }
Пример #2
0
        public override void GetTargetData(IFreeformEntity_MsgTgt tgt, ref List <byte> buffer)
        {
            FFTgt_H2G_EFT_CashlessAccVerify tgt2 = tgt as FFTgt_H2G_EFT_CashlessAccVerify;

            buffer.SetValue(tgt2.EGMAssetNumber, 4);
            buffer.SetASCIIBytesValueWithLength(tgt2.CashlessAccountNumber, 40);
            buffer.SetValue(tgt2.ResponseStatus);
            buffer.SetBCDValue(tgt2.PlayerAccountNumber, 5);
            buffer.SetValue(tgt2.PINCheck);
            buffer.SetValue(tgt2.AutoDownloadTopUPStatusFlag.GetGmuIdInt8());
            buffer.SetValue(tgt2.AutoDownloadAccountType.GetGmuIdInt8());
            buffer.SetBCDValue(tgt2.AutoDownloadAmount, 4);
            buffer.SetValue(tgt2.AutoTopUpAccountType.GetGmuIdInt8());
            buffer.SetBCDValue(tgt2.AutoTopUpMaxAmount, 4);
            buffer.SetBCDValue(tgt2.AutoDownloadAmount, 4);
            buffer.SetBCDValue(tgt2.AutoTopUpTrigger, 4);
            buffer.SetValue(tgt2.ErrorTextLength);
            buffer.SetASCIIBytesValue(tgt2.ErrorText, 128);
        }
Пример #3
0
 public override void GetTargetData(IFreeformEntity_MsgTgt tgt, ref List<byte> buffer)
 {
     FFTgt_H2G_EFT_CashlessAccVerify tgt2 = tgt as FFTgt_H2G_EFT_CashlessAccVerify;
     buffer.SetValue(tgt2.EGMAssetNumber, 4);
     buffer.SetASCIIBytesValueWithLength(tgt2.CashlessAccountNumber, 40);
     buffer.SetValue(tgt2.ResponseStatus);
     buffer.SetBCDValue(tgt2.PlayerAccountNumber, 5);
     buffer.SetValue(tgt2.PINCheck);
     buffer.SetValue(tgt2.AutoDownloadTopUPStatusFlag.GetGmuIdInt8());
     buffer.SetValue(tgt2.AutoDownloadAccountType.GetGmuIdInt8());
     buffer.SetBCDValue(tgt2.AutoDownloadAmount, 4);
     buffer.SetValue(tgt2.AutoTopUpAccountType.GetGmuIdInt8());
     buffer.SetBCDValue(tgt2.AutoTopUpMaxAmount, 4);
     buffer.SetBCDValue(tgt2.AutoDownloadAmount, 4);
     buffer.SetBCDValue(tgt2.AutoTopUpTrigger, 4);
     buffer.SetValue(tgt2.ErrorTextLength);
     buffer.SetASCIIBytesValue(tgt2.ErrorText, 128);
 }
Пример #4
0
 public override void GetTargetData(IFreeformEntity_MsgTgt tgt, ref List<byte> buffer)
 {
     FFTgt_H2G_EFT_EmployeeAccountNumber_Response tgt2 = tgt as FFTgt_H2G_EFT_EmployeeAccountNumber_Response;
     buffer.SetValue(tgt2.EGMAssetNumber, 4);
     buffer.SetASCIIBytesValueWithLength(tgt2.CashlessAccountNumber, 40);
     buffer.SetValue(tgt2.ResponseStatus);
     buffer.SetValue(tgt2.PINCheck.GetGmuIdInt8());
     buffer.SetValue(tgt2.ErrorTextLength);
     buffer.SetASCIIBytesValue(tgt2.ErrorText, 128);
 }