private void ReadFromStream_V0(BinaryReader br) { payAsSent_LastMsgQueued = br.ReadInt64(); payAsSent_MsgSent = br.ReadInt64(); payAsSent_MinDelayInSeconds = br.ReadInt32(); payAsSent_CostPerNumber.ReadFromStream(br); payAsSent_CostPerMessage.ReadFromStream(br); payAsSent_CurrentCredit.ReadFromStream(br); }
private void ReadFromStream_V0(BinaryReader br) { monthly_LastMsgQueued = br.ReadInt64(); monthly_MsgSent = br.ReadInt64(); monthly_PaidUntil = br.ReadInt64(); monthly_MinDelayInSeconds = br.ReadInt32(); monthly_CostPerNumber.ReadFromStream(br); monthly_CurrentCredit.ReadFromStream(br); }
private void ReadFromStream_V0(BinaryReader br) { monthlyDifPrice_LastMsgQueued = br.ReadInt64(); monthlyDifPrice_TotalMsgSent = br.ReadInt64(); monthlyDifPrice_ThisMonthMsgSent = br.ReadInt64(); monthlDifPricey_PeriodeStart = br.ReadInt64(); monthlyDifPrice_PeriodeDurationInDays = br.ReadInt32(); monthlyDifPrice_MinDelayInSeconds = br.ReadInt32(); monthlyDifPrice_CostPerNumber.ReadFromStream(br); monthlyDifPrice_CurrentCredit.ReadFromStream(br); monthlyDifPrice_LevelDefinitions = br.ReadString(); monthlyDifPrice_Level = br.ReadInt32(); monthlyDifPrice_AutoInceremntLevel = br.ReadBoolean(); monthlyDifPrice_AutoRenewMonthPayment = br.ReadBoolean(); }