CosemMethodDescriptorsCollectionGetNextMethodsForActionRequestWithList Method

Gets array of method descriptors for creating action-request-with-list so it fits in single APDU. Starts from method 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 CosemMethodDecsriptorWithParamters[] GetNextMethodsForActionRequestWithList(
	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

CosemMethodDecsriptorWithParamters

See Also