DlmsFramesLengthLenghtOfSetReqNormal Method

Calculates length of set-request-normal frame.

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 LenghtOfSetReqNormal(
	CosemAttributeValue attribute,
	bool ciphered,
	bool authentized
)

Parameters

attribute  CosemAttributeValue
COSEM attribute with value for request.
ciphered  Boolean
If the APDU will be ciphered.
authentized  Boolean
If the APDU will be authentized.

Return Value

Int32

See Also