- ValueEncoder - cn.foxtech.device.protocol.v1.iec104.core.encoder中的类
-
数值的编码
- ValueEncoder() - 类 的构造器cn.foxtech.device.protocol.v1.iec104.core.encoder.ValueEncoder
-
- valueOf(String) - 枚举 中的静态方法cn.foxtech.device.protocol.v1.iec104.core.enums.AsduTypeIdEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.foxtech.device.protocol.v1.iec104.core.enums.CotReasonEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.foxtech.device.protocol.v1.iec104.core.enums.FrameTypeEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.foxtech.device.protocol.v1.iec104.core.enums.QualifiersEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.foxtech.device.protocol.v1.iec104.core.enums.UControlTypeEnum
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举 中的静态方法cn.foxtech.device.protocol.v1.iec104.core.enums.AsduTypeIdEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.foxtech.device.protocol.v1.iec104.core.enums.CotReasonEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.foxtech.device.protocol.v1.iec104.core.enums.FrameTypeEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.foxtech.device.protocol.v1.iec104.core.enums.QualifiersEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.foxtech.device.protocol.v1.iec104.core.enums.UControlTypeEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- VsqEncoder - cn.foxtech.device.protocol.v1.iec104.core.encoder中的类
-
- VsqEncoder() - 类 的构造器cn.foxtech.device.protocol.v1.iec104.core.encoder.VsqEncoder
-
- VsqEntity - cn.foxtech.device.protocol.v1.iec104.core.entity中的类
-
可变结构限定词
SQ = 0 :信息对象的地址不连续(意思就是每个信息对象都会一个对象地址)
SQ = 1 : 信息对象的地址连续 (只有第一个信息对象有地址,其他对象的地址就是累加1)
Tips:总召唤时,为了压缩信息传输时间SQ=1;而在从站主动上传变化数据时,因为地址不连续,采用SQ=0;
- VsqEntity() - 类 的构造器cn.foxtech.device.protocol.v1.iec104.core.entity.VsqEntity
-
- VsqVO() - 类 的构造器cn.foxtech.device.protocol.v1.iec104.core.vo.ApduVO.VsqVO
-