Show / Hide Table of Contents

Delegate DataReceivedEvent

Namespace: Experior.Interfaces.Communication.PLC
Assembly: Experior.Interfaces.dll
Syntax
public delegate void DataReceivedEvent(uint offset, string source, byte[] data, bool refresh);
Parameters
Type Name Description
System.UInt32 offset
System.String source
System.Byte[] data
System.Boolean refresh
Back to top Generated by DocFX