点击或拖拽改变大小

OmronFinsServerReadFromFinsCore 方法

当收到mc协议的报文的时候应该触发的方法,允许继承重写,来实现自定义的返回,或是数据监听。
The method that should be triggered when a message of the mc protocol is received is allowed to be inherited and rewritten to achieve a custom return or data monitoring.

命名空间:  HslCommunication.Profinet.Omron
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
protected virtual byte[] ReadFromFinsCore(
	byte[] finsCore
)

参数

finsCore
类型:SystemByte
mc报文

返回值

类型:Byte
返回的报文信息
参见