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
Namespace: OddPrg.Protocols.DLMSAssembly: OddPrg.Frames.Dlms (in OddPrg.Frames.Dlms.dll) Version: 2.0.0.24 (2.0.0.24)
public abstract class DlmsObject
- Inheritance
- Object DlmsObject
- Derived
- More Less
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) |