CosemAttributeValueCollectionGetNextAttributesForSetRequestWithList Method

Gets array of attributes for creating set-request-with-list so it fits in single APDU. Starts from attribute on CurrentIndex position.

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 CosemAttributeValue[] GetNextAttributesForSetRequestWithList(
	ushort maxPDUSize,
	bool multipleReferences,
	bool ciphered,
	bool authentized
)

Parameters

maxPDUSize  UInt16
Maximum size of APDU.
multipleReferences  Boolean
If multiple attributes in single request are allowed.
ciphered  Boolean
If the APDU should be ciphered.
authentized  Boolean
If the APDU should be authentized.

Return Value

CosemAttributeValue

See Also