ROUTER_PING constant

Router has requested the client respond. This can work as a "are you there" message.

Implementation

static const StoreAndForward_RequestResponse ROUTER_PING =
    StoreAndForward_RequestResponse._(3, _omitEnumNames ? '' : 'ROUTER_PING');