PlcListenerDataIndication Method

Called when some data was received from a PLC channel.

Definition

Namespace: OddPrg.Communication.Plc
Assembly: OddPrg.Communication.Listeners (in OddPrg.Communication.Listeners.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public void DataIndication(
	byte processID,
	byte[] data
)

Parameters

processID  Byte
0 - DCU, 1 = request incoming to DLMS server
data  Byte

Implements

IPlcHeadEndDataIndication(Byte, Byte)

See Also