DlmsProtocolDoDlmsComunication Method
Sends data to the communicator, waits for the response and returns the response.
Namespace: OddPrg.Protocols.DLMSAssembly: OddPrg.Protocols.Dlms (in OddPrg.Protocols.Dlms.dll) Version: 2.0.0.13 (2.0.0.13)
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