DlmsDataSecurityAuthentizeHls Method

Checks reply of HLS authentication according to a selected authentication mechanism. Throws DlmsException if authentication was not successfull.

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 void AuthentizeHls(
	ByteBuffer response
)

Parameters

response  ByteBuffer
Result of reply_to_hls_authentication method call.

See Also