AllenBradleyHelperPackCommandService 方法 (Byte) |
将所有的cip指定进行打包操作。
命名空间:
HslCommunication.Profinet.AllenBradley
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.9.1.0 (12.9.1.0)
语法public static byte[] PackCommandService(
byte[] cip
)
Public Shared Function PackCommandService (
cip As Byte()
) As Byte()
public:
static array<unsigned char>^ PackCommandService(
array<unsigned char>^ cip
)
static member PackCommandService :
cip : byte[] -> byte[]
参数
- cip
- 类型:SystemByte
所有的cip打包指令信息
返回值
类型:
Byte包含服务的信息
参见