| NetworkConnectedCipPackCommandService 方法  | 
 
            将多个的CIP命令打包成一个服务的命令
            
 
        命名空间: 
     HslCommunication.Core.Net
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法protected byte[] PackCommandService(
	params byte[][] cip
)
Protected Function PackCommandService ( 
	ParamArray cip As Byte()()
) As Byte()
protected:
array<unsigned char>^ PackCommandService(
	... array<array<unsigned char>^>^ cip
)
member PackCommandService : 
        cip : byte[][] -> byte[] 
参数
- cip
- 类型:SystemByte
 CIP命令列表
返回值
类型:
Byte服务命令
 参见
参见