DlmsProtocolDoDlmsComunication Method

Sends data to the communicator, waits for the response and returns the response.

Definition

Namespace: OddPrg.Protocols.DLMS
Assembly: OddPrg.Protocols.Dlms (in OddPrg.Protocols.Dlms.dll) Version: 2.0.0.13 (2.0.0.13)
C#
public void DoDlmsComunication(
	ByteBuffer data,
	bool broadcast,
	CancellationToken cancelToken
)

Parameters

data  ByteBuffer
Data to send, received data.
broadcast  Boolean
If data is being sent using broadcast address.
cancelToken  CancellationToken

See Also