AllenBradleyHelperPackServerReturnMultiTags 方法 |
对于CIP的服务器返回多个标签读取的报文进行打包
命名空间:
HslCommunication.Profinet.AllenBradley
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
语法public static byte[] PackServerReturnMultiTags(
List<byte[]> cips
)
Public Shared Function PackServerReturnMultiTags (
cips As List(Of Byte())
) As Byte()
public:
static array<unsigned char>^ PackServerReturnMultiTags(
List<array<unsigned char>^>^ cips
)
static member PackServerReturnMultiTags :
cips : List<byte[]> -> byte[]
参数
- cips
- 类型:System.Collections.GenericListByte
多个读取结果
返回值
类型:
Byte打包后的结束
参见