public class Type3Parser extends AbstractParser
dataMap, dataOutputStream| 构造器和说明 |
|---|
Type3Parser(byte[] bytes) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
readAnalogQuantityType()
读取1字节模拟量类型
|
protected void |
readAnalogQuantityValue()
读取2字节模拟量值 小端模式
|
protected void |
readPartAddress()
读取4个字节的部件地址
|
protected void |
readPartType()
读取一个字节的部件类型
|
protected void |
readSysAddress()
读取一个字节的系统地址
|
protected void |
readSysType()
读取一个字节的系统类型标志
|
protected void |
readTime()
读取报文传输时间
|
close, configured, create, parseMap, readMainVersion, readMinorVersion, readOperateType, readOperatorNum, readPartDesc, readPartExplain, readRunningStatus, readSysConfig, readSysDesc, readTransmittingInfoprotected void readSysType()
throws java.io.IOException
readSysType 在类中 AbstractParserjava.io.IOException - io 流异常protected void readSysAddress()
throws java.io.IOException
readSysAddress 在类中 AbstractParserjava.io.IOException - io 流异常protected void readPartType()
throws java.io.IOException
readPartType 在类中 AbstractParserjava.io.IOException - io 流异常protected void readPartAddress()
throws java.io.IOException
readPartAddress 在类中 AbstractParserjava.io.IOException - IO异常protected void readAnalogQuantityType()
throws java.io.IOException
readAnalogQuantityType 在类中 AbstractParserjava.io.IOException - io 流异常protected void readAnalogQuantityValue()
throws java.io.IOException
readAnalogQuantityValue 在类中 AbstractParserjava.io.IOException - io 流异常protected void readTime()
throws java.io.IOException
readTime 在类中 AbstractParserjava.io.IOException - io 流异常Copyright © 2023. All rights reserved.