void getCharIpAddr(uint32_t ipAddress) {
const int NBYTES = 4;
uint8_t octet[NBYTES];
char ipAddressFinal
c++ 二进制ip地址转为10进制ip地址
最新推荐文章于 2023-06-08 22:32:18 发布
void getCharIpAddr(uint32_t ipAddress) {
const int NBYTES = 4;
uint8_t octet[NBYTES];
char ipAddressFinal