Delegate IOReceivedEvent
Namespace: Experior.Interfaces.Communication.PLC
Assembly: Experior.Interfaces.dll
Syntax
public delegate void IOReceivedEvent(uint address, byte bitno, string source, bool state, bool refresh);
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | address | |
System.Byte | bitno | |
System.String | source | |
System.Boolean | state | |
System.Boolean | refresh |