SecurityHeader Class

Concatenation of the security control byte SC and the frame counter FC: SH = SC II FC.

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 SecurityHeader
Inheritance
Object    SecurityHeader

Constructors

SecurityHeader Initializes a new instance of class.

Properties

Authentization Indicates that the APDU is authenticated.
Broadcast Indicates that global broadcast key is used.
Encryption Indicates that the APDU is encrypted.
FrameCounter Frame counter.
Length Length of security header in bytes.
SCField Security control field
SecuritySuiteId ID of security suite.

Methods

Create Creates raw data representing the security header.
Parse Extracts security header from data.

See Also