[Top]
Standards
Standards.UUID
Standards.UUID.UUID
|
Class Standards.UUID.UUID
- Description
-
Represents an UUID
- Variable
timestamp
-
int timestamp
- Description
-
60 bit value representing the time stamp.
- Variable
version
-
int version
- Description
-
The version of the UUID.
- Variable
var
-
int var
- Description
-
The variant of the UUID.
- Variable
clk_seq
-
int clk_seq
- Description
-
The clock sequence. Should be 13 to 15 bits depending on UUID
version.
- Variable
node
-
int node
- Description
-
The UUID node. Should be 48 bit.
|