PlcWrapperCommunicatorWaitForPdu Method

Sends data using DLMS PLC layer, waits for whole response from the server and returns DLMS frame in data.

Definition

Namespace: OddPrg.Communication.Plc
Assembly: OddPrg.Communication.PlcWrapper (in OddPrg.Communication.PlcWrapper.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public void WaitForPdu(
	ByteBuffer data,
	CancellationToken cancelToken
)

Parameters

data  ByteBuffer
cancelToken  CancellationToken

See Also