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