readconfig.hpp
来自「这是linux下运行的mysql软件包,可用于linux 下安装 php + m」· HPP 代码 · 共 25 行
HPP
25 行
#ifndef READ_CONFIG_HPP#define READ_CONFIG_HPP/** */class ReadConfigReq {public: STATIC_CONST( SignalLength = 3 ); Uint32 senderRef; Uint32 senderData; Uint32 noOfParameters; // 0 Means read all relevant for block Uint32 parameters[1]; // see mgmapi_config_parameters.h};class ReadConfigConf {public: STATIC_CONST( SignalLength = 2 ); Uint32 senderRef; Uint32 senderData;};#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?