![]() |
device-llapi
2.0.1
device-llapi
|
MicroEJ Device low level API. More...
#include <sni.h>
#include <intern/LLDEVICE_impl.h>
Go to the source code of this file.
Functions | |
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) |
uint8_t LLDEVICE_IMPL_getArchitecture | ( | uint8_t * | buffer, |
int32_t | length | ||
) |
Fills the given buffer with the name of the architecture. The buffer is filled with a null-terminated string.
buffer | the buffer to fill with the name of the architecture. |
length | the size of the buffer. |
uint32_t LLDEVICE_IMPL_getId | ( | uint8_t * | buffer, |
int32_t | length | ||
) |
Fills the given buffer with the ID of the device.
buffer | the buffer to fill with the ID. |
length | the size of the buffer. |
void LLDEVICE_IMPL_reboot | ( | void | ) |
Reboots the device.