点击或拖拽改变大小

DLTTransform 方法

DLTTransform 类型公开以下成员。

方法
  名称说明
公共方法Equals
Determines whether the specified object is equal to the current object.
(继承自 Object。)
受保护的方法Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(继承自 Object。)
公共方法静态成员GetDLT1997FormatWithDataArea
DLT645/1997的地址参数数据格式
公共方法静态成员GetDLT2007FormatWithDataArea
根据不同的数据地址,返回实际的数据格式,然后解析出正确的数据
公共方法GetHashCode
Serves as the default hash function.
(继承自 Object。)
公共方法GetType
Gets the Type of the current instance.
(继承自 Object。)
受保护的方法MemberwiseClone
Creates a shallow copy of the current Object.
(继承自 Object。)
公共方法ToString
Returns a string that represents the current object.
(继承自 Object。)
公共方法静态成员TransDltFromStrings(DLT645Type, String, Byte, Boolean)
将字符串数据,转变为实际的等待写入的数据信息
公共方法静态成员TransDltFromStrings(DLT645Type, String, Byte, Boolean)
将字符串数据,转变为实际的等待写入的数据信息
公共方法静态成员TransDoubleFromDLt
Byte[]转Dlt double[],使用一样的 format 格式来转换多个double类型的数据
公共方法静态成员TransStringFromDLt
Byte[]转ToHexString
公共方法静态成员TransStringsFromDLt
从读取的原始字节里解析出实际的字符串数组
Top
扩展方法
  名称说明
公共扩展器方法ToJsonString
获取当前对象的JSON格式表示的字符串。
Gets the string represented by the JSON format of the current object.
(由 HslExtension 定义。)
Top
参见