OmronHostLinkServerPackCommand 方法 |
将核心报文打包的方法,追加报文头
The method of packing the core message, adding the message header
命名空间:
HslCommunication.Profinet.Omron
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 protected override byte[] PackCommand(
int status,
byte[] finsCore,
byte[] data
)
Protected Overrides Function PackCommand (
status As Integer,
finsCore As Byte(),
data As Byte()
) As Byte()
protected:
virtual array<unsigned char>^ PackCommand(
int status,
array<unsigned char>^ finsCore,
array<unsigned char>^ data
) override
abstract PackCommand :
status : int *
finsCore : byte[] *
data : byte[] -> byte[]
override PackCommand :
status : int *
finsCore : byte[] *
data : byte[] -> byte[]
参数
- status
- 类型:SystemInt32
错误码 - finsCore
- 类型:SystemByte
Fins的核心报文 - data
- 类型:SystemByte
核心的内容
返回值
类型:
Byte完整的报文信息
参见