DeviceServerDataSendDelegate 委托 |
数据发送的时候委托
Show DataSend To PLC
命名空间:
HslCommunication.Core.Device
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public delegate void DataSendDelegate(
Object sender,
byte[] data
)
Public Delegate Sub DataSendDelegate (
sender As Object,
data As Byte()
)
public delegate void DataSendDelegate(
Object^ sender,
array<unsigned char>^ data
)
type DataSendDelegate =
delegate of
sender : Object *
data : byte[] -> unit
参数
- sender
- 类型:SystemObject
数据发送对象 - data
- 类型:SystemByte
数据内容
参见