Contains logic for the ReadEeprom Node command
static ByteStream buildCommand( |
| ) |
Builds the ReadEeprom command packet
nodeAddress | the address of the Node to build the command for |
eepromAddress uint16 | the Eeprom address to read from |
A ByteStream containing the command packet
Handles the response to the ReadEeprom Node command
Response( |
| ) |
Creates a EepromRead Response object
nodeAddress | the node address to check for |
collector std::weak_ptr<ResponseCollector> | The ResponseCollector used to register and unregister the response |
The result eeprom value from the command.
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
Gets the result eeprom value that was read from the Node.
The eeprom value read from the Node.