DlmsObject Class

Abstract COSEM interface class. It corresponds to Base class defined in BB 4.2. To successfully create a new COSEM class, remember to - add XmlInclude attribute with this class to DlmsObject class - for XmlSerializer - add class to supported classes in GetClassIds - add class to supperted classes in GetClassType

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 abstract class DlmsObject
Inheritance
Object    DlmsObject
Derived
More

Constructors

DlmsObject Used in inherited classes with XmlSerializer.
DlmsObject(DlmsTypeLong) Used in inherited classes to init BaseName attribute.
DlmsObject(DlmsTypeOctetString) Used in inherited classes to init logical name attribute.
DlmsObject(DlmsTypeLong, DlmsTypeOctetString) Used in inherited classes to init BaseName and LogicalName attribute.

Properties

AttributeAccess Stored access rights to all attributes. this property is filled after this object is created during reading object list.
BaseName Base name of the object used for SN referencing.
ClassId Returns COSEM class id of specified object.
DisplayDescription Returns description of all attributes for displaying. It should return null or empty string if object is empty (not read). Returns string values of all attributes at this level. If a descendant has attributes with huge values such as structures or arrays, it should override this property to display values.
LastAttributeId ID of last defined attribute.
LogicalName Logical name of the object used for LN refernecing. It corresponds to logical_name attribute defined in BB 4.2
MethodAccess Stored access rights to all methods. This property is filled after this object is created during reading object list.
rsClass52IEC61334432LLCsetup 
rsClass55SFSKReportingSystemList 
rsClass56IEC88022LLCType1Setup 
rsClass57IEC88022LLCType2Setup 
rsClass58IEC88022LLCType3Setup 
rsClass72MBusMasterPortSetup 
rsClassActivityCalendar 
rsClassAutoAnswer 
rsClassAutoConnect 
rsClassClock 
rsClassData 
rsClassDemandDegister 
rsClassDisconnectControl 
rsClassDlmsAssociationLN 
rsClassDlmsAssociationSN 
rsClassExtendedRegister 
rsClassGprsModemSetup 
rsClassGsmDiagnostic 
rsClassIecHdlcSetup 
rsClassIecLocalPortSetup 
rsClassIecTwistedPair1Setup 
rsClassImageTransfer 
rsClassIPv4Setup 
rsClassLimiter 
rsClassMacAddressSetup 
rsClassMBusClient 
rsClassMBusSlaveSetup 
rsClassModemConfiguration 
rsClassPppSetup 
rsClassPrimePlcAppIdent 
rsClassProfileGeneric 
rsClassRegister 
rsClassRegisterActivation 
rsClassRegisterMonitor 
rsClassRegisterTable 
rsClassSapAssignment 
rsClassScriptTable 
rsClassSecuritySetup 
rsClassSensorManager 
rsClassSfskActiveIndicator 
rsClassSfskMacCounters 
rsClassSfskMacSyncTimeouts 
rsClassSfskPhyMacSetup 
rsClassSchedule 
rsClassSingleActionSchedule 
rsClassSpecialDaysTable 
rsClassSpmtSetup 
rsClassStatusMapping 
rsClassTcpUdpSetup 
rsClassUtilityTables 
rsClassWirelessModeQChannelSetup 
rsDlmsPushSetup 
rsUnknown 

Methods

AddProprietaryAttribute Guarantees that the DLMS object will have a proprietary attribute with attributeIndex or attributeName
ClassVersionSupported Checks if this object implements particular class version.
Create Creates instance of DLMS object with specified class ID.
GetAttributeAccess Returns attribute access rights of attribute with given id. It uses AttributeAccess property which is filled during reading an object list.
GetAttributeId Gets the attribute index from the short name used in SN referencing
GetAttributeIds Returns a list of COSEM attribute IDs this object contains and are implemented.
GetAttributeName Gets name of the attribute.
GetAttributeValue Gets a value of COSEM attribute with specified name.
GetAttributeVariableName Returns a variable name used in SN referencing of a given attribute. Attribute short name offsets are defined in BB.
GetClassIds Returns class ids of implemented DLMS/COSEM classes
GetClassName Gets the name of the DLMS class
GetClassType Returns the type of implemented DLMS/COSEM object with a given class id.
GetMethodIds Gets list of method IDs that are defined for the DLMS object.
GetMethodName Gets name of a method with a ID.
SetAttributeValue Sets a value to COSEM attribute of specified name.
ToString Returns string representation of the object.
(Overrides ObjectToString)

Fields

LOGICAL_NAME_ATTR_ID 
ProprietaryAttributes List of user defined attributes.

See Also