Files
rpc/include/constants.h

8 lines
136 B
C++

#ifndef CONSTANTS_H
#define CONSTANTS_H
constexpr auto PC_MODULE_ID = 1;
constexpr auto MAX_BUFFER_SIZE = 1024;
#endif // CONSTANTS_H