DlmsTypeKeyAgreementData(Byte, ByteBuffer) Constructor

Creates a new instance of DlmsTypeKeyAgreementData class for specified key ID and data. This constructor is called to start ECDH key agreement.

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 DlmsTypeKeyAgreementData(
	byte keyID,
	ByteBuffer data
)

Parameters

keyID  Byte
Key ID. 0 - GUEK, 1 - GBEK, 2 - GAK, 3 - KEK, according to the BB.
data  ByteBuffer
Key agreement data

See Also