111,130
社区成员
发帖
与我相关
我的任务
分享public void operator=(AMC_MESG rhs)
{
this.ucRawMesgSize = rhs.ucRawMesgSize;
this.ucSize = rhs.ucSize;
this.SetMesgID(rhs.usID);
this.ucScrDest = rhs.ucScrDest;
}