36 lines
614 B
C#
36 lines
614 B
C#
using System;
|
|
|
|
namespace SL200_RTLogViewer.lib
|
|
{
|
|
// Token: 0x02000026 RID: 38
|
|
public class ATCR250Class
|
|
{
|
|
// Token: 0x04000252 RID: 594
|
|
public int seq;
|
|
|
|
// Token: 0x04000253 RID: 595
|
|
public string swver;
|
|
|
|
// Token: 0x04000254 RID: 596
|
|
public int boardstat;
|
|
|
|
// Token: 0x04000255 RID: 597
|
|
public int atcmodfq;
|
|
|
|
// Token: 0x04000256 RID: 598
|
|
public string atccode;
|
|
|
|
// Token: 0x04000257 RID: 599
|
|
public bool pdtprogress;
|
|
|
|
// Token: 0x04000258 RID: 600
|
|
public bool pdtng;
|
|
|
|
// Token: 0x04000259 RID: 601
|
|
public bool pdtok;
|
|
|
|
// Token: 0x0400025A RID: 602
|
|
public int atcfofq;
|
|
}
|
|
}
|