此帖出自Linux与安卓论坛
最新回复
本帖最后由 damiaa 于 2016-11-19 22:31 编辑
估计老板就是骂他这样。单独先定义,然后总的结构体把分的都包含进去。
struct RegisterRequest
{
short UnitLength;
byte UnitType; // 0x01 is for RegisterRequest
short LocalApplyPort;
long double LocalApplyID;
}tRegisterRequest;
struct RegisterReply
{
short UnitLength;
byte UnitType; // 0x02 is for RegisterReply
byte Return; // return 0 if it is successful, return other number if not successful
}tRegisterReply;
typedef struct Register
{
tRegisterRequest request;
tRegisterReply reply;
}tRegister;
详情
回复
发表于 2016-11-19 22:30
| ||
|
||
| |
|
|
| |
|
|
| |
个人签名刻苦学习,共同进步
|
|
| |
|
|
此帖出自Linux与安卓论坛
| ||
|
||
此帖出自Linux与安卓论坛
| ||
|
||
此帖出自Linux与安卓论坛
| ||
|
||
此帖出自Linux与安卓论坛
| ||
|
||
此帖出自Linux与安卓论坛
| ||
个人签名刻苦学习,共同进步
|
||
| |
|
|
此帖出自Linux与安卓论坛
| ||
|
||
此帖出自Linux与安卓论坛
| ||
|
||
此帖出自Linux与安卓论坛
| ||
|
||
此帖出自Linux与安卓论坛
| ||
|
||
浏览过的版块 |
论坛测评队员
EEWorld Datasheet 技术支持