DlmsProfileGenericCreateBufferRangeSelector Method

Gets the parameters for creating selective access reading of the buffer attribute of the Profile object with range specification

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 DlmsSelectiveAccessParams CreateBufferRangeSelector(
	DlmsTypeObjectDefinition restrictingObject,
	DlmsType fromValue,
	DlmsType toValue,
	DlmsTypeObjectDefinitionList selectedValues
)

Parameters

restrictingObject  DlmsTypeObjectDefinition
fromValue  DlmsType
toValue  DlmsType
selectedValues  DlmsTypeObjectDefinitionList

Return Value

DlmsSelectiveAccessParams

See Also