|
VitroIO SDK
Software development kit for Vitro Shard.
|
#include <types.h>
Public Member Functions | |
| FirmwareId (uint16_t id) | |
| Constructor initializes the structure. More... | |
| FirmwareId (const uint8_t *buffer) | |
| Constructor initializes the structure. More... | |
| bool | operator!= (const FirmwareId &v) |
| int | toInt () |
Public Attributes | |
| uint16_t | id |
@breif type representing name (id) of application
| vitroio::sdk::FirmwareId::FirmwareId | ( | uint16_t | id | ) |
Constructor initializes the structure.
| id | Value of name (id) of application |
| vitroio::sdk::FirmwareId::FirmwareId | ( | const uint8_t * | buffer | ) |
Constructor initializes the structure.
| buffer | buffer containing version as binary |
| bool vitroio::sdk::FirmwareId::operator!= | ( | const FirmwareId & | v | ) |
| int vitroio::sdk::FirmwareId::toInt | ( | ) |
| uint16_t vitroio::sdk::FirmwareId::id |