取消系统自动的字节对齐方式
#pragma pack(push, 1)
typedef struct{
MSHead header;
Byte nodetype;
char devsn[256];
Byte servicetype;
char servicename[128];
char serviceparam[128];
int taskid;
} channelD;
#pragma pack(pop)