ApraLinuxUtils
1.0.0
C++ utility library for embedded Linux systems
Loading...
Searching...
No Matches
MessageType.h
Go to the documentation of this file.
1
/*
2
* MessageType.h
3
*
4
* Copyright (c) 2024 Apra Labs
5
*
6
* This file is part of ApraUtils.
7
*
8
* Licensed under the MIT License.
9
* See LICENSE file in the project root for full license information.
10
*/
11
12
#ifndef INCLUDES_APRA_CONSTANTS_MESSAGETYPE_H_
13
#define INCLUDES_APRA_CONSTANTS_MESSAGETYPE_H_
14
15
enum
MESSAGE_TYPE
16
{
17
REQUEST_ONLY
,
REQUEST_RESPONSE
18
};
19
20
#endif
/* INCLUDES_APRA_CONSTANTS_MESSAGETYPE_H_ */
MESSAGE_TYPE
MESSAGE_TYPE
Definition
MessageType.h:16
REQUEST_RESPONSE
@ REQUEST_RESPONSE
Definition
MessageType.h:17
REQUEST_ONLY
@ REQUEST_ONLY
Definition
MessageType.h:17
includes
constants
MessageType.h
Generated by
1.9.8