public class DlmsComPortProtection : DlmsObject
DlmsComPortProtection | Creates new instance of class DlmsComPortProtection. This constructor is used by XmlSerializer. |
DlmsComPortProtection(DlmsTypeOctetString) | Creates new instance of class DlmsComPortProtection using its logical name. This constructor is used for create DlmsAssociationLN after object_list is read using LN referencing. |
DlmsComPortProtection(DlmsTypeLong, DlmsTypeOctetString) | Creates new instance of class DlmsComPortProtection. This constructor is used for create DlmsAssociationSN after object_list is read using SN referencing. |
AllowedFailedAttempts | Attribute allowed_failed_attempts. |
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 class id of COSEM Data object.
(Overrides DlmsObjectClassId) |
CummulativeFailedAttempts | Attribute cummulative_failed_attempts. |
DisplayDescription |
Returns values of important attributes as description of the object.
(Overrides DlmsObjectDisplayDescription) |
FailedAttempts | Attribute failed_attempts. |
InitialLockoutTime | Attribute initial_lockout_time. |
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) |
MaxLockoutTime | Attribute max_lockout_time. |
MethodAccess |
Stored access rights to all methods. This property is filled after this object is created during reading object list.
(Inherited from DlmsObject) |
PortReference | Attribute port_reference. |
ProtectionMode | Attribute protection_mode. |
ProtectionStatus | Attribute protection_status. |
StepnessFactor | Attribute stepness_factor. |
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
(Inherited from DlmsObject) |
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.
(Inherited from DlmsObject) |
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) |
ALLOWED_FAILED_ATTEMPTS_ATTR_ID | |
CLASS_ID | COSEM class id. |
CUMMULATIVE_FAILED_ATTEMPTS_ATTR_ID | |
FAILED_ATTEMPTS_ATTR_ID | |
INITIAL_LOCKOUT_TIME_ATTR_ID | |
MAX_LOCKOUT_TIME_ATTR_ID | |
PORT_REFERENCE_ATTR_ID | |
ProprietaryAttributes |
List of user defined attributes.
(Inherited from DlmsObject) |
PROTECTION_MODE_ATTR_ID | |
PROTECTION_STATUS_ATTR_ID | |
STEPNESS_FACTOR_ATTR_ID |