AllenBradleyServerReadFromCipCore 方法 |
当收到CIP协议的报文的时候应该触发的方法,允许继承重写,来实现自定义的返回,或是数据监听。
命名空间:
HslCommunication.Profinet.AllenBradley
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 protected virtual byte[] ReadFromCipCore(
PipeSession session,
byte[] cipAll
)
Protected Overridable Function ReadFromCipCore (
session As PipeSession,
cipAll As Byte()
) As Byte()
protected:
virtual array<unsigned char>^ ReadFromCipCore(
PipeSession^ session,
array<unsigned char>^ cipAll
)
abstract ReadFromCipCore :
session : PipeSession *
cipAll : byte[] -> byte[]
override ReadFromCipCore :
session : PipeSession *
cipAll : byte[] -> byte[]
参数
- session
- 类型:HslCommunication.Core.NetPipeSession
当前客户端的会话信息 - cipAll
- 类型:SystemByte
CIP报文数据
返回值
类型:
Byte返回的报文信息
参见