DlmsDataSecurityExtract(ByteBuffer, Int32) Method
Extracts plain APDU from protected APDU according security settings.
Namespace: OddPrg.Protocols.DLMSAssembly: OddPrg.Frames.Dlms (in OddPrg.Frames.Dlms.dll) Version: 2.0.0.24 (2.0.0.24)
public ByteBuffer Extract(
ByteBuffer data,
ref int index
)
- data ByteBuffer
- Protected APDU
- index Int32
- Start index in the data.
ByteBufferPlain APDU or unchanged data if no protected APDU is recognized.