OmronCipServerReadByCommand 方法 |
根据CIP的核心读取到相关实际数据信息
命名空间:
HslCommunication.Profinet.Omron
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 protected override byte[] ReadByCommand(
PipeSession session,
byte[] cipCore
)
Protected Overrides Function ReadByCommand (
session As PipeSession,
cipCore As Byte()
) As Byte()
protected:
virtual array<unsigned char>^ ReadByCommand(
PipeSession^ session,
array<unsigned char>^ cipCore
) override
abstract ReadByCommand :
session : PipeSession *
cipCore : byte[] -> byte[]
override ReadByCommand :
session : PipeSession *
cipCore : byte[] -> byte[]
参数
- session
- 类型:HslCommunication.Core.NetPipeSession
当前的会话信息 - cipCore
- 类型:SystemByte
CIP核心报文
返回值
类型:
Byte实际的报文信息
参见