Show / Hide Table of Contents

Delegate InputReceivedEvent

Namespace: Experior.Interfaces.Communication.PLC
Assembly: Experior.Interfaces.dll
Syntax
public delegate void InputReceivedEvent(IConnection sender, uint address, byte bitno, string source, bool state, bool established);
Parameters
Type Name Description
IConnection sender
System.UInt32 address
System.Byte bitno
System.String source
System.Boolean state
System.Boolean established
Back to top Generated by DocFX