DlmsProtocolDispatchPlcEvent Method

Parses data from PLC communication and checks if it contains events.

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 static bool DispatchPlcEvent(
	ByteBuffer data,
	AddDispatchMessage addLogLine,
	out ushort meterAddress,
	out byte sapAddress,
	out DlmsProfileGeneric events
)

Parameters

data  ByteBuffer
addLogLine  AddDispatchMessage
meterAddress  UInt16
sapAddress  Byte
events  DlmsProfileGeneric

Return Value

Boolean

See Also