PlcFrameWrapperExtractEventNotification Method

Returns first event notification from rawData or empty buffer if rawData does not contain any event notification.

Definition

Namespace: OddPrg.Protocols.DLMS
Assembly: OddPrg.Frames.Dlms (in OddPrg.Frames.Dlms.dll) Version: 2.0.0.24 (2.0.0.24)
C#
public static ByteBuffer ExtractEventNotification(
	ByteBuffer rawData
)

Parameters

rawData  ByteBuffer

Return Value

ByteBuffer

See Also