AbTagItemPraseAbTagItems 方法  | 
 
            从指定的原始字节的数据中,解析出实际的标签数组,如果是系统保留的数组,或是__开头的,则自动忽略。
            
 
        命名空间: 
     HslCommunication.Profinet.AllenBradley
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
语法public static List<AbTagItem> PraseAbTagItems(
	byte[] source,
	int index,
	bool isGlobalVariable,
	out uint instance
)
Public Shared Function PraseAbTagItems ( 
	source As Byte(),
	index As Integer,
	isGlobalVariable As Boolean,
	<OutAttribute> ByRef instance As UInteger
) As List(Of AbTagItem)
public:
static List<AbTagItem^>^ PraseAbTagItems(
	array<unsigned char>^ source, 
	int index, 
	bool isGlobalVariable, 
	[OutAttribute] unsigned int% instance
)
static member PraseAbTagItems : 
        source : byte[] * 
        index : int * 
        isGlobalVariable : bool * 
        instance : uint32 byref -> List<AbTagItem> 
参数
- source
 - 类型:SystemByte
原始字节数据 - index
 - 类型:SystemInt32
起始的索引 - isGlobalVariable
 - 类型:SystemBoolean
是否局部变量 - instance
 - 类型:SystemUInt32
输出最后一个标签的实例ID 
返回值
类型:
ListAbTagItem标签信息
参见