|
@ -5,6 +5,8 @@ typedef enum { |
|
|
kreceipt, |
|
|
kreceipt, |
|
|
kerror_receipt, |
|
|
kerror_receipt, |
|
|
kreport, |
|
|
kreport, |
|
|
|
|
|
kevent, // 非周期上报, 相同的indexid, 表明是事件, 上层可过滤掉 |
|
|
|
|
|
kevent_confirm, // 事件确认,收到事件确认后, 说明上层已收到该事件, 不再重复上报 |
|
|
} packet_type_t; |
|
|
} packet_type_t; |
|
|
|
|
|
|
|
|
typedef enum { |
|
|
typedef enum { |
|
|