点击或拖拽改变大小

OmronFinsNetExtraAfterReadFromCoreServer 方法

和服务器交互完成的时候调用的方法,可以根据读写结果进行一些额外的操作,具体的操作需要根据实际的需求来重写实现
The method called when the interaction with the server is completed can perform some additional operations based on the read and write results. The specific operations need to be rewritten according to actual needs.

命名空间:  HslCommunication.Profinet.Omron
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:9.6.4.0 (9.6.4.0)
语法
protected override void ExtraAfterReadFromCoreServer(
	OperateResult read
)

参数

read
类型:HslCommunicationOperateResult
读取结果
参见