ToledoTcpServerToledoStandardDataReceivedDelegate 委托 |
托利多数据接收时的委托
命名空间:
HslCommunication.Profinet.Toledo
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public delegate void ToledoStandardDataReceivedDelegate(
Object sender,
ToledoStandardData toledoStandardData
)
Public Delegate Sub ToledoStandardDataReceivedDelegate (
sender As Object,
toledoStandardData As ToledoStandardData
)
public delegate void ToledoStandardDataReceivedDelegate(
Object^ sender,
ToledoStandardData^ toledoStandardData
)
type ToledoStandardDataReceivedDelegate =
delegate of
sender : Object *
toledoStandardData : ToledoStandardData -> unit
参数
- sender
- 类型:SystemObject
数据发送对象 - toledoStandardData
- 类型:HslCommunication.Profinet.ToledoToledoStandardData
数据对象
参见