SEcube open-source SDK
provision_api.h
Go to the documentation of this file.
1 
10 class ProvisionApi {
11 public:
12  virtual ~ProvisionApi() {};
13  virtual uint16_t L0FactoryInit(const uint8_t* serialno) = 0;
14 };
L0_error_manager.h
Exception classes.
L0.h
Prototype of the L0 library.