FrameGetByte Method

Gets byte from index position and increments the postion.

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 byte GetByte(
	ByteBuffer data,
	ref int index,
	string callingFunctionName = ""
)

Parameters

data  ByteBuffer
index  Int32
callingFunctionName  String  (Optional)
Name of method from which whas this function called.

Return Value

Byte

See Also