MCPcopy Create free account
hub / github.com/c-jimenez/open-ocpp / authorizationCacheEnabled

Method authorizationCacheEnabled

tests/deploy/main.cpp:296–296  ·  view source on GitHub ↗

@brief If this key exists, the Charge Point supports an Authorization Cache. If this key reports a value of true, the Authorization Cache is enabled. */

Source from the content-addressed store, hash-verified

294 /** @brief If this key exists, the Charge Point supports an Authorization Cache. If this key reports a value of true, the Authorization Cache
295 is enabled. */
296 bool authorizationCacheEnabled() const override { return true; }
297 /** @brief Whether a remote request to start a transaction in the form of a RemoteStartTransaction.req message should be authorized
298 beforehand like a local action to start a transaction. */
299 bool authorizeRemoteTxRequests() const override { return true; }

Callers 5

authorizeMethod · 0.45
updateMethod · 0.45
iso15118AuthorizeMethod · 0.45
iso15118UpdateMethod · 0.45
handleMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected