CosemVariableValueCollectionCheckIfUseBlockTransfer Method

Checks if block transfer should be used for set requset.

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 bool CheckIfUseBlockTransfer(
	ushort maxPDUSize,
	bool multipleReferences,
	bool ciphered,
	bool authentized
)

Parameters

maxPDUSize  UInt16
multipleReferences  Boolean
ciphered  Boolean
authentized  Boolean

Return Value

Boolean

See Also