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