DlmsProtocolParseNbiotModuleName Method

Parses EventNotificationRequest obtained from NBIoT module and returns the module name.

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 string ParseNbiotModuleName(
	ByteBuffer data
)

Parameters

data  ByteBuffer
Data received by a listener from NBIoT module.

Return Value

String
Module name or null if request is invalid or data does not contain EventNotificationRequest

See Also