device-llapi  2.0.1
device-llapi
LLDEVICE_impl.h
Go to the documentation of this file.
1 /*
2  * C
3  *
4  * Copyright 2015-2019 MicroEJ Corp. All rights reserved.
5  * This library is provided in source code for use, modification and test, subject to license terms.
6  * Any modification of the source code will break MicroEJ Corp. warranties on the whole library.
7  */
8 
9 /* Includes ------------------------------------------------------------------*/
10 
11 #ifndef LLDEVICE_IMPL
12 #define LLDEVICE_IMPL
13 
22 #include <sni.h>
23 #include <intern/LLDEVICE_impl.h>
24 
25 #ifdef __cplusplus
26  extern "C" {
27 #endif
28 
35 uint8_t LLDEVICE_IMPL_getArchitecture(uint8_t* buffer, int32_t length);
36 
43 uint32_t LLDEVICE_IMPL_getId(uint8_t* buffer, int32_t length);
44 
48 void LLDEVICE_IMPL_reboot(void);
49 
50 #ifdef __cplusplus
51  }
52 #endif
53 
54 #endif
55 
uint8_t LLDEVICE_IMPL_getArchitecture(uint8_t *buffer, int32_t length)
uint32_t LLDEVICE_IMPL_getId(uint8_t *buffer, int32_t length)
void LLDEVICE_IMPL_reboot(void)