Contains logic for the ShortPing node command
static ByteStream buildCommand( |
| ) |
Handles the response to the ShortPing node command
explicit Response( |
| ) |
Creates a ShortPing 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