public class YokogawaSystemInfo extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
String |
CpuType
当前系统的类型,分为 Sequence 和 BASIC
The type of the current system, divided into Sequence and BASIC |
int |
ProgramAreaSize
当前系统的程序大小,如果是Sequence系统,就是步序总量,如果是BASIC系统,就是字节数量
The program size of the current system, if it is a Sequence system, it is the total number of steps, if it is a BASIC system, it is the number of bytes |
String |
Revision
当前系统的修订版本号
The revision number of the current system |
String |
SystemID
当前系统的ID名称,例如F3SP21-ON
The ID name of the current syParsetem, such as F3SP21-ON |
| 构造器和说明 |
|---|
YokogawaSystemInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
static OperateResultExOne<YokogawaSystemInfo> |
Parse(byte[] content)
根据原始的数据信息解析出
YokogawaSystemInfo对象Analyze the YokogawaSystemInfo object according to the original data information |
String |
toString() |
public String SystemID
public String Revision
public String CpuType
public int ProgramAreaSize
public static OperateResultExOne<YokogawaSystemInfo> Parse(byte[] content)
YokogawaSystemInfo对象YokogawaSystemInfo object according to the original data informationcontent - 原始的数据信息Copyright © 2022. All rights reserved.