Class Standards.UUID.UUID
- Description
Represents an 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.
- Variable timestamp
int
Standards.UUID.UUID.timestamp- Description
60 bit value representing the time stamp.
- Variable var
int
Standards.UUID.UUID.var- Description
The variant of the UUID.
- Variable version
int
Standards.UUID.UUID.version- Description
The version of the UUID.
- Method create
Standards.UUID.UUID Standards.UUID.UUID(
void
|string
in
)- Description
Optionally created with a string or binary representation of a UUID.