blob: 7289221db881e4627de816252f1f4d3ae8265144 [file] [log] [blame]
Francis Murtagh11f99b42019-08-16 11:28:52 +01001//
2// Copyright © 2017 Arm Ltd. All rights reserved.
3// SPDX-License-Identifier: MIT
4//
5
6#include "CommandHandlerFunctor.hpp"
7
8uint32_t CommandHandlerFunctor::GetPacketId() const
9{
10 return m_PacketId;
11}
12
13uint32_t CommandHandlerFunctor::GetVersion() const
14{
15 return m_Version;
16}