Contains logic for the WriteEeprom Node command
static ByteStream buildCommand( |
| ) |
Builds the WriteEeprom command packet
nodeAddress | the address of the Node to build the command for |
eepromAddress uint16 | the Eeprom address to write to |
valueToWrite uint16 | the value to write to the Eeprom |
A ByteStream containing the command packet
Handles the response to the WriteEeprom Node command
Response( |
| ) |
Creates a WriteEeprom 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