DlmsFramesLengthGetUnprotectedDataLength Method

Calculates length of unprotected APDU using length of protected APDU.

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 int GetUnprotectedDataLength(
	int apduLength,
	bool ciphered,
	bool authentized
)

Parameters

apduLength  Int32
ciphered  Boolean
authentized  Boolean

Return Value

Int32

See Also