AllenBradleyMicroCipPackCommandService 方法 |
将所有的cip指定进行打包操作。
命名空间:
HslCommunication.Profinet.AllenBradley
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 protected override byte[] PackCommandService(
byte[] portSlot,
params byte[][] cips
)
Protected Overrides Function PackCommandService (
portSlot As Byte(),
ParamArray cips As Byte()()
) As Byte()
protected:
virtual array<unsigned char>^ PackCommandService(
array<unsigned char>^ portSlot,
... array<array<unsigned char>^>^ cips
) override
abstract PackCommandService :
portSlot : byte[] *
cips : byte[][] -> byte[]
override PackCommandService :
portSlot : byte[] *
cips : byte[][] -> byte[]
参数
- portSlot
- 类型:SystemByte
PLC所在的面板槽号 - cips
- 类型:SystemByte
所有的cip打包指令信息
返回值
类型:
Byte包含服务的信息
参见