FrameGetUintValue Method

Extracts uint value from first 4 bytes from index beginning.

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 uint GetUintValue(
	ByteBuffer rawData,
	ref int index,
	string callingFunction = ""
)

Parameters

rawData  ByteBuffer
index  Int32
callingFunction  String  (Optional)

Return Value

UInt32

See Also