DlmsTypeObjectListElementLN Class

Represents object_list_element type used in attribute object_list of class Association LN. This type is defined in BB 4.4.2.

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 class DlmsTypeObjectListElementLN : DlmsTypeStructure
Inheritance
Object    DlmsType    DlmsTypeComplex    DlmsTypeStructure    DlmsTypeObjectListElementLN

Constructors

DlmsTypeObjectListElementLN Parameterless constructor used by XmlSerializer.
DlmsTypeObjectListElementLN(DlmsTypeStructure) Creates a new instance of DlmsTypeObjectListElementLN object from a structure returned by the server (meter).
DlmsTypeObjectListElementLN(DlmsTypeLongUnsigned, DlmsTypeUnsigned, DlmsTypeOctetString, DlmsTypeAccessRightLN) Creates a new instance of DlmsTypeObjectListElementLN object

Properties

AccessRights Access rights. If necessary - create DlmsTypeAccessRights type to precise the declaration in the future.
ClassId Object class ID.
Count Returns the count of items in the array.
(Inherited from DlmsTypeComplex)
Item Default read-only indexer which returns items of the array
(Inherited from DlmsTypeComplex)
LogicalName Logical name
TypeName Returns name of the type according to BB 4.1.5.
(Inherited from DlmsTypeStructure)
ValueAsArray Returns items of this complex type as array.
(Inherited from DlmsTypeComplex)
ValueAsDateTime If it is possible returns a dat/time representation of the value.
(Inherited from DlmsType)
ValueAsDouble If it is possible returns a number representation of the value. It could be applied also for integer values.
(Inherited from DlmsType)
ValueAsString Returns a string representation of DlmsTypeObjectListElementLN type for displaying. It displays a logical name of the object.
(Overrides DlmsTypeComplexValueAsString)
ValueIsDateTime This property should return true if ValueAsDateTime is available, otherwise it should return false.
(Inherited from DlmsType)
ValueIsMax Returns true if the value is equal to its maximal possible value which can indicate null for some meter types.
(Inherited from DlmsType)
ValueIsNumber This property should return true if ValueAsDouble is available, otherwise it should return false. It indicated if this value can be stored and treated as number.
(Inherited from DlmsType)
Version Version.

Methods

Add Adds next item to the end of values array.
(Inherited from DlmsTypeComplex)
CreateObject Creates new dlms object using this object description.
ToString Returns string representation of the value. It returns ValueAsString.
(Inherited from DlmsType)

See Also