summaryrefslogtreecommitdiffstats
path: root/src/knx/netip/qknxnetipsessionauthenticate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/knx/netip/qknxnetipsessionauthenticate.cpp')
-rw-r--r--src/knx/netip/qknxnetipsessionauthenticate.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/knx/netip/qknxnetipsessionauthenticate.cpp b/src/knx/netip/qknxnetipsessionauthenticate.cpp
index 46300f5..12e38b2 100644
--- a/src/knx/netip/qknxnetipsessionauthenticate.cpp
+++ b/src/knx/netip/qknxnetipsessionauthenticate.cpp
@@ -130,7 +130,7 @@ quint8 QKnxNetIpSessionAuthenticateProxy::userId() const
}
/*!
- Returns the AES128 CCM message authentication code from the generic
+ Returns the AES128 CCM message authentication code (MAC) from the generic
KNXnet/IP session authentication frame with a fixed size of \c 16 bytes.
*/
QKnxByteArray QKnxNetIpSessionAuthenticateProxy::messageAuthenticationCode() const
@@ -218,9 +218,9 @@ QKnxNetIpSessionAuthenticateProxy::Builder &
}
/*!
- Sets the AES128 CCM message authentication code of the generic KNXnet/IP
- session authentication frame to \a data and returns a reference to builder.
- The message authentication code has a fixed size of \c 16 bytes.
+ Sets the AES128 CCM message authentication code (MAC) of the generic
+ KNXnet/IP session authentication frame to \a data and returns a reference
+ to the builder. The MAC has a fixed size of \c 16 bytes.
*/
QKnxNetIpSessionAuthenticateProxy::Builder &
QKnxNetIpSessionAuthenticateProxy::Builder::setMessageAuthenticationCode(const QKnxByteArray &data)