Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ getMode
Method
getMode
libraries/UUID/UUID.h:44–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
void setVariant4Mode() { _mode = UUID_MODE_VARIANT4; };
43
void setRandomMode() { _mode = UUID_MODE_RANDOM; };
44
uint8_t getMode() { return _mode; };
45
46
// Printable interface
47
size_t printTo(Print& p) const;
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36