equal
deleted
inserted
replaced
53 * that we could synchronize on this packet. It does not mean |
53 * that we could synchronize on this packet. It does not mean |
54 * we will be able to successfully receive completely the |
54 * we will be able to successfully receive completely the |
55 * whole packet. It means that we will report a BUSY status until |
55 * whole packet. It means that we will report a BUSY status until |
56 * one of the following happens: |
56 * one of the following happens: |
57 * - NotifyRxEndOk |
57 * - NotifyRxEndOk |
58 * - NotifyExEndError |
58 * - NotifyRxEndError |
59 * - NotifyTxStart |
59 * - NotifyTxStart |
60 */ |
60 */ |
61 virtual void NotifyRxStart (Time duration) = 0; |
61 virtual void NotifyRxStart (Time duration) = 0; |
62 /** |
62 /** |
63 * We have received the last bit of a packet for which |
63 * We have received the last bit of a packet for which |