DlmsFramesLengthLengthOfWriteReq Method

Calculates length of write request 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 LengthOfWriteReq(
	IList<CosemVariableValue> variables,
	bool ciphered,
	bool authentized
)

Parameters

variables  IListCosemVariableValue
ciphered  Boolean
authentized  Boolean

Return Value

Int32

See Also