DlmsDataSecurityProtect Method

Protects DLMS APDU according to 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 Protect(
	ByteBuffer apdu
)

Parameters

apdu  ByteBuffer
Unprotected APDU.

Return Value

ByteBuffer
Protected APDU or unprotected APDU if no protection is setup.

See Also