mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 21:05:31 +08:00
committed by
Lars Toenning
parent
5e5b3f830d
commit
7691e42a5b
@@ -137,20 +137,20 @@ namespace BlackCore::Afv::Crypto
|
||||
return {};
|
||||
}
|
||||
|
||||
//! Header data
|
||||
//! @{
|
||||
//! Header data
|
||||
quint16 m_headerLength;
|
||||
CryptoDtoHeaderDto m_header;
|
||||
//! @}
|
||||
|
||||
//! Name data
|
||||
//! @{
|
||||
//! Name data
|
||||
quint16 m_dtoNameLength;
|
||||
QByteArray m_dtoNameBuffer;
|
||||
//! @}
|
||||
|
||||
//! Data
|
||||
//! @{
|
||||
//! Data
|
||||
quint16 m_dataLength;
|
||||
QByteArray m_dataBuffer;
|
||||
//! @}
|
||||
|
||||
Reference in New Issue
Block a user