CLIENT_PING constant

Client has requested the router respond. This can work as a "are you there" message.

Implementation

static const StoreAndForward_RequestResponse CLIENT_PING =
    StoreAndForward_RequestResponse._(
        67, _omitEnumNames ? '' : 'CLIENT_PING');