|
HiveMind
|
Functions | |
| uint16_t | getUUID () |
| Returns the UUID of the board. More... | |
| uint32_t | getHostPort () |
| Returns the TCP port on which the host has opened a port. More... | |
| uint8_t | getHostIP (char *buf, uint8_t length) |
| Copies the host IP address into the given buffer. More... | |
| LogLevel | getLogLevel () |
| Get the log level of the application. More... | |
| uint16_t | getBBZVMStepDelayMs () |
| Get the delay between each steps of the vm. More... | |
| uint16_t SettingsContainer::getBBZVMStepDelayMs | ( | ) |
Get the delay between each steps of the vm.


| uint8_t SettingsContainer::getHostIP | ( | char * | buf, |
| uint8_t | length | ||
| ) |
Copies the host IP address into the given buffer.
| buf | Buffer in which to copy the IP |
| length | Length of the buffer in bytes |


| uint32_t SettingsContainer::getHostPort | ( | ) |
Returns the TCP port on which the host has opened a port.


| LogLevel SettingsContainer::getLogLevel | ( | ) |
Get the log level of the application.


| uint16_t SettingsContainer::getUUID | ( | ) |
Returns the UUID of the board.


1.8.17