Contains logic for the Start Sync Sampling Node command
static ByteStream buildCommand( |
| ) |
Builds the Start Sync Sampling command packet
nodeAddress | the address of the Node to build the command for |
A ByteStream containing the command packet
Handles the response to the Start Sync Sampling Node command
Response( |
| ) |
Creates a StartSyncSampling Response object
nodeAddress | the node address to check for |
collector std::weak_ptr<ResponseCollector> | The ResponseCollector used to register and unregister the response |
virtual bool match( |
| ) override |
Checks if the WirelessPacket passed in matches the expected response pattern's bytes
packet const WirelessPacket& | The WirelessPacket in which to try to find the pattern |
true if the packet matches a response pattern, false otherwise