SEcube open-source SDK
sources
L1
Login-Logout API
login_logout_api.h
Go to the documentation of this file.
1
10
#include "../L1 Base/L1_base.h"
11
12
class
LoginLogoutApi {
13
//private:
14
//virtual void Se3SessionInit() = 0;
15
public
:
16
virtual
~LoginLogoutApi() {};
17
virtual
void
L1Login(
const
uint8_t* pin, uint16_t access,
bool
force) = 0;
18
virtual
void
L1Logout() = 0;
19
};
se3Algo_
SEcube Algorithm structure.
Definition:
L1_base.h:69
se3Key_
SEcube Key structure.
Definition:
L1_base.h:77
L1.h
Prototype of the L1 library.
L1_error_manager.h
Exception classes.
Generated by
1.8.16