SEcube open-source SDK
sources
L1
Utility API
utility_api.h
Go to the documentation of this file.
1
10
#include "../L1 Base/L1_base.h"
11
12
class
UtilityApi {
13
public
:
14
virtual
~UtilityApi() {};
15
virtual
void
L1SetAdminPIN(uint8_t* pin) = 0;
16
virtual
void
L1SetUserPIN(uint8_t* pin) = 0;
17
};
Generated by
1.8.16