#include <GPT.h>
|
| SmingTypeGuid () |
|
| SmingTypeGuid (Partition::FullType fulltype) |
|
constexpr | Uuid () |
|
| Uuid (const char *s) |
|
| Uuid (const char *s, size_t len) |
|
| Uuid (const String &s) |
|
| Uuid (const FlashString &s) |
|
constexpr | Uuid (uint32_t time_low, uint16_t time_mid, uint16_t time_hi_and_version, uint8_t clock_seq_hi_and_reserved, uint8_t clock_seq_low, uint8_t n1, uint8_t n2, uint8_t n3, uint8_t n4, uint8_t n5, uint8_t n6) |
|
| operator bool () const |
|
bool | operator== (const Uuid &other) const |
|
bool | operator!= (const Uuid &other) const |
|
bool | generate (MacAddress mac) |
| Generate a UUID using a MAC node address. More...
|
|
bool | generate () |
| Generate UUID using random number instead of MAC. More...
|
|
bool | decompose (const char *s, size_t len) |
|
bool | decompose (const char *s) |
|
bool | decompose (const String &s) |
|
size_t | toString (char *buffer, size_t bufSize) const |
|
String | toString () const |
|
| operator String () const |
|
|
static constexpr Uuid PROGMEM | baseguid {0x3cd54234, 0xcb54, 0x4ed5, 0xbc, 0x8b, 0x00, 0x00, 0x7d, 0x42, 0x84, 0x70} |
|
static constexpr size_t | stringSize = 36 |
| Number of characters in a UUID string (excluding NUL terminator) More...
|
|
◆ SmingTypeGuid() [1/2]
Storage::Disk::GPT::SmingTypeGuid::SmingTypeGuid |
( |
| ) |
|
|
inline |
◆ SmingTypeGuid() [2/2]
◆ match()
◆ baseguid
constexpr Uuid PROGMEM Storage::Disk::GPT::SmingTypeGuid::baseguid {0x3cd54234, 0xcb54, 0x4ed5, 0xbc, 0x8b, 0x00, 0x00, 0x7d, 0x42, 0x84, 0x70} |
|
staticconstexpr |
The documentation for this struct was generated from the following file: