点击或拖拽改变大小

AbTagItemPraseAbTagItems 方法

从指定的原始字节的数据中,解析出实际的标签数组,如果是系统保留的数组,或是__开头的,则自动忽略。

命名空间:  HslCommunication.Profinet.AllenBradley
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public static List<AbTagItem> PraseAbTagItems(
	byte[] source,
	int index,
	bool isGlobalVariable,
	out uint instance
)

参数

source
类型:SystemByte
原始字节数据
index
类型:SystemInt32
起始的索引
isGlobalVariable
类型:SystemBoolean
是否局部变量
instance
类型:SystemUInt32
输出最后一个标签的实例ID

返回值

类型:ListAbTagItem
标签信息
参见