📄 setmsg.h
字号:
#ifndef BUILDMSG_H#define BUILDMSG_H/** *Description: these functions are used to generate different types of Dhcp Messages */void setDhcpDiscover(unsigned);void setDhcpRequest(unsigned);void setDhcpRenew(unsigned);void setDhcpRebind(unsigned);void setDhcpReboot(unsigned);void setDhcpRelease(unsigned);void setDhcpDecline(unsigned);void setDhcpInform(unsigned);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -