hxp
2018-08-20 52cedb65ecf95591f6c77326615bc60f08a1fd8a
1
2
3
4
5
6
7
8
9
10
11
12
13
//A0 01 Gm¹ã²¥ÏûÏ¢#tagBroadCastInfo
 
struct    tagBroadCastInfo
 
{
    tagHead        Head;
    DWORD        StartTime;
    DWORD        EndTime;
    WORD        Interval;        //ʱ¼ä¼ä¸ô
    WORD        MsgLen;
    char        Msg[MsgLen];        //size = MsgLen
    BYTE        IsDelOthers;        //ÊÇ·ñɾ³ýÆäËûµÄ
};