ICode9

精准搜索请尝试: 精确搜索
  • UDP通讯示例2022-08-08 08:30:31

    通过UDP实现两个不同进程间的通讯 头文件:proto.h #ifndef __PROTO_H__#define __PROTO_H__ #define PORT "5050"   //端口#define NAMESIZE 11 struct student_st   //自定义传输数据类型{   uint8_t name[NAMESIZE];   uint32_t math;   uint32_t chinese;}__attr

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有