DlmsProfileGenericCreateBufferEntrySelector Method

Gets the parameters for creating selective access reading of the buffer attribute of the Profile object with entry 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 CreateBufferEntrySelector(
	uint fromEntry,
	uint toEntry,
	ushort fromSelectedValue,
	ushort toSelectedValue
)

Parameters

fromEntry  UInt32
toEntry  UInt32
fromSelectedValue  UInt16
toSelectedValue  UInt16

Return Value

DlmsSelectiveAccessParams

See Also