PlcListenerDataConfirm Method

Called when some data send was confirmed by 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 DataConfirm(
	byte processID,
	byte DSAP,
	byte LSAP,
	ushort DestinationAddress,
	TxResult state
)

Parameters

processID  Byte
0 - DCU, 1 = request incoming to DLMS server
DSAP  Byte
LSAP  Byte
DestinationAddress  UInt16
state  TxResult

Implements

IPlcHeadEndDataConfirm(Byte, Byte, Byte, UInt16, TxResult)

See Also