A WirelessDataPacket derived class representing a Beacon Echo packet.
explicit BeaconEchoPacket( |
| ) |
Creates a BeaconEchoPacket from the passed in WirelessPacket.
packet const WirelessPacket& | A WirelessPacket determined to be an BeaconEchoPacket. |
Parses the passed in WirelessPacket for all the sweep information and adds a sweep to the sweeps container
static bool integrityCheck( |
| ) |
Verifies that the packet is a well formed BeaconEchoPacket packet.
packet const WirelessPacket& | The fully formed Wireless Packet to check the integrity of. |
true if the packet is a well formed BeaconEchoPacket, false otherwise