点击或拖拽改变大小

OmronHostLinkServerPackCommand 方法

将核心报文打包的方法,追加报文头
The method of packing the core message, adding the message header

命名空间:  HslCommunication.Profinet.Omron
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
protected override byte[] PackCommand(
	int status,
	byte[] finsCore,
	byte[] data
)

参数

status
类型:SystemInt32
错误码
finsCore
类型:SystemByte
Fins的核心报文
data
类型:SystemByte
核心的内容

返回值

类型:Byte
完整的报文信息
参见