Contains logic for the Erase Node command
static ByteStream buildCommand( |
| ) |
Builds the Erase command packet.
nodeAddress | The address of the Node to build the command for. |
A ByteStream containing the command packet.
Handles the response to the Erase node command
explicit Response( |
| ) |
Creates a Erase Response object
collector std::weak_ptr<ResponseCollector> | The ResponseCollector used to register and unregister the response |
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