Contains logic for the base station Ping command (v2).
Handles the response to the base station Ping command.
explicit Response( |
| ) |
Creates a Ping Response object.
collector std::weak_ptr<ResponseCollector> | The ResponseCollector used to register and unregister the response. |
virtual bool match( |
| ) override |
Checks if the packet passed in matches any response to the Ping command.
packet const WirelessPacket& | The WirelessPacket to check for a match. |
true if the response pattern was found, false otherwise.