MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / setRandomMode

Method setRandomMode

libraries/UUID/UUID.h:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 // MODE
42 void setVariant4Mode() { _mode = UUID_MODE_VARIANT4; };
43 void setRandomMode() { _mode = UUID_MODE_RANDOM; };
44 uint8_t getMode() { return _mode; };
45
46 // Printable interface

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64