Uuid.h File Reference
#include <WString.h>
#include <MacAddress.h>
Include dependency graph for Uuid.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Uuid
 Class for manipulating UUID (aka GUID) entities. More...
 

Typedefs

typedef Uuid UUID
 

Functions

String toString (const Uuid &uuid)
 
bool fromString (const char *s, Uuid &uuid)
 
bool fromString (const String &s, Uuid &uuid)
 

Typedef Documentation

◆ UUID

typedef Uuid UUID
Deprecated:
Use Uuid instead.

Function Documentation

◆ fromString() [1/2]

bool fromString ( const char *  s,
Uuid uuid 
)
inline

◆ fromString() [2/2]

bool fromString ( const String s,
Uuid uuid 
)
inline

◆ toString()

String toString ( const Uuid uuid)
inline