Delegate InputDataReceivedEvent
Namespace: Experior.Interfaces.Communication.PLC
Assembly: Experior.Interfaces.dll
Syntax
public delegate void InputDataReceivedEvent(IConnection sender, uint startadresse, string source, byte[] data, bool established);
Parameters
Type | Name | Description |
---|---|---|
IConnection | sender | |
System.UInt32 | startadresse | |
System.String | source | |
System.Byte[] | data | |
System.Boolean | established |