AbTagItemPraseAbTagItem 方法 |
从指定的原始字节的数据中,解析出实际的节点信息
命名空间:
HslCommunication.Profinet.AllenBradley
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static AbTagItem PraseAbTagItem(
byte[] source,
ref int index
)
Public Shared Function PraseAbTagItem (
source As Byte(),
ByRef index As Integer
) As AbTagItem
public:
static AbTagItem^ PraseAbTagItem(
array<unsigned char>^ source,
int% index
)
static member PraseAbTagItem :
source : byte[] *
index : int byref -> AbTagItem
参数
- source
- 类型:SystemByte
原始字节数据 - index
- 类型:SystemInt32
起始的索引
返回值
类型:
AbTagItem标签信息
参见