DlmsFrameWrapperIsEventNotificationRequest Method

Checks if wpdu contains event notification request DLMS frame. It is supposed that wpdu contains complete WPDU of version 1.

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 bool IsEventNotificationRequest(
	ByteBuffer wpdu
)

Parameters

wpdu  ByteBuffer

Return Value

Boolean

See Also