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

Method securityProfile

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

@brief This configuration key is used to set the security profile used by the Charge Point. The value of this configuration key can only be increased to a higher level, not decreased to a lower level, if the Charge Point receives a lower value then currently configured,the Charge Point SHALL Rejected the ChangeConfiguration.req Before accepting the new

Source from the content-addressed store, hash-verified

477 reconnect using the new configured Security Profile.
478 Default, when no security profile is yet configured: 0. */
479 unsigned int securityProfile() const override { return 0; }
480
481 /** @brief Comma separated list of supported file transfer protocols for upload AND download
482 Allowed values : FTP, FTPS, HTTP, HTTPS, SFTP */

Callers 5

doConnectMethod · 0.45
doConnectMethod · 0.45
doConnectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected