课程包含以下内容:introduction、transmission fundamentals、wireless network basics、802.11 and MAC protocols、IEEE 802.15.3 and IEEE 802.15.4、Bluetooth、 mobile ad hoc network、power-saving protocol
、wireless MESH network、wireless sensor network、 RFID
typedef struct Tag_PakeageData{int len;char *buf;}PakageData;CList m_ReciverBuf;[color=#FF0000]PakageData *p_Data;m_ReciverBuf.AddTail(p_Data);[/color]为什么这里报错啊?error C2228: left of '.AddTail' must hav