Contains logic for the base station set (enable/disable) beacon command
static ByteStream buildCommand( |
| ) |
Builds the set beacon command packet, using the passed in seconds as the start time
utcTime uint32 | The start time for the beacon in UTC seconds from the Unix Epoch (01/01/1970) |
A ByteStream containing the base station set beacon command
Handles the response to the base station write eeprom command
Response( |
| ) |
Creates a set beacon Response object
utcTime uint64 | The start time for the beacon in UTC seconds from the Unix Epoch (01/01/1970) |
collector std::weak_ptr<ResponseCollector> | The ResponseCollector used to register and unregister the response |
The start time that was sent to the beacon as a Timestamp object
virtual bool match( |
| ) override |
Checks if the bytes passed in match the response pattern from their current read position
data | The DataBuffer containing the bytes in which to try to find the pattern |
true if the response pattern was found, false otherwise