DlmsDataSecurityExtract(ByteBuffer, Int32) Method

Extracts plain APDU from protected APDU according security settings.

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 ByteBuffer Extract(
	ByteBuffer data,
	ref int index
)

Parameters

data  ByteBuffer
Protected APDU
index  Int32
Start index in the data.

Return Value

ByteBuffer
Plain APDU or unchanged data if no protected APDU is recognized.

See Also