public class DlmsPrimeNbOfdmPlcPhLayerParams : DlmsObject
DlmsPrimeNbOfdmPlcPhLayerParams | Creates new instance of class DlmsSecuritySetup. This constructor is used by XmlSerializer. |
DlmsPrimeNbOfdmPlcPhLayerParams(DlmsTypeOctetString) | Creates new instance of class DlmsSecuritySetup using its logical name. This constructor is used for create DlmsAssociationSN after object_list is read using LN referencing. |
DlmsPrimeNbOfdmPlcPhLayerParams(DlmsTypeLong, DlmsTypeOctetString) | Creates new instance of class DlmsSecuritySetup. This constructor is used for create DlmsAssociationSN after object_list is read using SN referencing. |
AttributeAccess |
Stored access rights to all attributes. this property is filled after this object is created during reading object list.
(Inherited from DlmsObject) |
BaseName |
Base name of the object used for SN referencing.
(Inherited from DlmsObject) |
ClassId |
Returns 1 as class id of COSEM Data object.
(Overrides DlmsObjectClassId) |
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.
(Inherited from DlmsObject) |
LastAttributeId |
ID of last defined attribute.
(Overrides DlmsObjectLastAttributeId) |
LogicalName |
Logical name of the object used for LN refernecing. It corresponds to logical_name attribute defined in BB 4.2
(Inherited from DlmsObject) |
MethodAccess |
Stored access rights to all methods. This property is filled after this object is created during reading object list.
(Inherited from DlmsObject) |
PhyStatsCrcFailCount | Number of bursts received on the physical layer for which the CRC was correct, but the Protocol field of PHY header had invalid value. This count would reflect number of times corrupt data was received and the CRC calculation failed to detect it. |
PhyStatsCrcIncorrectCount | Number of bursts received on the physical layer for which the CRC was incorrect. |
PhyStatsRxDropCount | Number of times when the PHY layer received new data on the channel and had to either overwrite on existing data in its receive queue or drop the newly received data due to full queue. |
PhyStatsTxDropCount | Number of times when PHY layer received new data to transmit (PHY_DATA.request) and had to either overwrite on existing data in its transmit queue or drop the data in new request due to full queue. |
AddProprietaryAttribute |
Guarantees that the DLMS object will have a proprietary attribute with attributeIndex or attributeName
(Inherited from DlmsObject) |
ClassVersionSupported |
Checks if this object implements particular class version.
(Overrides DlmsObjectClassVersionSupported(Byte)) |
GetAttributeAccess |
Returns attribute access rights of attribute with given id. It uses AttributeAccess property which is filled during reading an object list.
(Inherited from DlmsObject) |
GetAttributeId |
Gets the attribute index from the short name used in SN referencing
(Overrides DlmsObjectGetAttributeId(UInt16)) |
GetAttributeIds |
Returns a list of COSEM attribute IDs this object contains and are implemented.
(Inherited from DlmsObject) |
GetAttributeName |
Gets name of the attribute.
(Overrides DlmsObjectGetAttributeName(SByte)) |
GetAttributeValue |
Gets a value of COSEM attribute with specified name.
(Overrides DlmsObjectGetAttributeValue(SByte)) |
GetAttributeVariableName |
Returns a variable name used in SN referencing of a given attribute. Attribute short name offsets are defined in BB.
(Overrides DlmsObjectGetAttributeVariableName(SByte)) |
GetMethodIds |
Gets list of method IDs that are defined for the DLMS object.
(Overrides DlmsObjectGetMethodIds) |
GetMethodName |
Gets name of a method with a ID.
(Overrides DlmsObjectGetMethodName(SByte)) |
SetAttributeValue |
Sets a value to COSEM attribute of specified name.
(Overrides DlmsObjectSetAttributeValue(SByte, DlmsType)) |
ToString |
Returns string representation of the object.
(Inherited from DlmsObject) |
CLASS_ID | COSEM class id. |
PHY_STATS_CRC_FAIL_COUNT_ATTR_ID | |
PHY_STATS_CRC_INCORRECT_COUNT_ATTR_ID | |
PHY_STATS_RX_DROP_ATTR_ID | |
PHY_STATS_TX_DROP_COUNT_ATTR_ID | |
ProprietaryAttributes |
List of user defined attributes.
(Inherited from DlmsObject) |
RESET_ID |